summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37d87fe57005..644ef2d2841e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gmid
pkgver=1.8.1
-pkgrel=3
+pkgrel=4
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
url='https://gmid.omarpolo.com'
@@ -11,7 +11,7 @@ license=('ISC')
depends=('libretls')
conflicts=('gmid-git' 'gmid-bin')
source=(
- "$url/$pkgname/snapshot/$pkgname-$pkgver.tar.gz"
+ "https://git.omerpolo.com/$pkgname/snapshot/$pkgname-$pkgver.tar.gz"
"gmid.service"
"gmid.conf"
)