Fix PKGBUILD errors
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 24 Apr 2024 09:02:56 +0000 (19:02 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 24 Apr 2024 09:02:56 +0000 (19:02 +1000)
Fix conflicts delimiter, update checksum for service file

PKGBUILD
index ba052077674b0f4b3e35142486535c8b1bbd903d..d7c60857651f6ec3565891abd2bf2baac800f992 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/knadh/listmonk"
 license=('AGPL3')
 depends=('postgresql')
 provides=("$_pkgname")
-conflicts=("$_pkgname", "$_pkgname"-git)
+conflicts=("$_pkgname" "$_pkgname"-git)
 options=(!strip !debug)
 backup=(etc/listmonk/config.toml)
 install=$_pkgname.install
@@ -21,7 +21,7 @@ source=("$_pkgname-$pkgver.toml::https://raw.githubusercontent.com/knadh/$_pkgna
         "$_pkgname.service")
 sha256sums=('4941b1bd6d9ebc84b4ee1f9e3cf7aa651484a8bc857864ba40eda7bb67789c18'
             '5cfc186438df2408ed88a5bec3a9a4b5f2afb0d3aec41c4cc63b2f5eb810b3cb'
-            '809ede70c932183889b2fa567b340fb82cce1ada76c7b0a0b9efb82b87c92fa0')
+            '4852f206b7763ba047ba123d663cadb806f437967154ebe837845198b3266533')
 
 source_x86_64=("$url/releases/download/v${pkgver}/listmonk_${pkgver}_linux_amd64.tar.gz")
 source_aarch64=("$url/releases/download/v${pkgver}/listmonk_${pkgver}_linux_arm64.tar.gz")