summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-05-26 00:54:14 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2022-05-26 00:54:14 +0200
commit073df5a7d1976750e8e289024df2707dee86c34d (patch)
tree0cddbebab50d3a2d72a4c2e22fb413ceb95fda99
parent44e6967d26c839becdebec6875540262a1434cf6 (diff)
downloadhonk_aur-073df5a7d1976750e8e289024df2707dee86c34d.tar.gz
honk_aur-073df5a7d1976750e8e289024df2707dee86c34d.zip
missing .tgz in source line, version bump
- thanks dreamLogic
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee84c0..be84744 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = honk
pkgdesc = ActivityPub compatible server with web frontend.
- pkgver = 0.9.6
- pkgrel = 6
+ pkgver = 0.9.7
+ pkgrel = 7
epoch = 0
url = https://humungus.tedunangst.com/r/honk
install = honk.install
@@ -19,7 +19,7 @@ pkgbase = honk
options = strip
options = docs
options = zipman
- source = honk-0.9.6.tar::https://humungus.tedunangst.com/r/honk/d/honk-0.9.6.
+ source = honk-0.9.7.tar::https://humungus.tedunangst.com/r/honk/d/honk-0.9.7.tgz
sha512sums = d946be7796be2ef7dc565710351b0b27da947f4e65a2a8f52ec99624c66fb6fd5e21d3fa58fec691d944b4acfa6256b0ad1090f3f8f5191e6c3714f3eae99b29
pkgname = honk
diff --git a/PKGBUILD b/PKGBUILD
index 8428845..76527b6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://aur.archlinux.org/packages/honk/
pkgname=honk
-pkgver=0.9.6
-pkgrel=6
+pkgver=0.9.7
+pkgrel=7
epoch=0
pkgdesc="ActivityPub compatible server with web frontend."
arch=("x86_64")
@@ -15,7 +15,7 @@ optdepends=("nginx: for TLS and reverse proxying.")
changelog="$pkgname.changelog"
provides=("${pkgname}")
conflicts=("${pkgname}" 'honk-hg')
-source=("$pkgname-$pkgver.tar::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.")
+source=("$pkgname-$pkgver.tar::https://humungus.tedunangst.com/r/honk/d/$pkgname-$pkgver.tgz")
sha512sums=("d946be7796be2ef7dc565710351b0b27da947f4e65a2a8f52ec99624c66fb6fd5e21d3fa58fec691d944b4acfa6256b0ad1090f3f8f5191e6c3714f3eae99b29")
options=(strip docs zipman)
install="$pkgname.install"