summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-03-14 17:05:11 +0100
committerAndrea Feletto2022-03-14 17:05:11 +0100
commit363c76a916342db77384d05d2bd412785882030c (patch)
tree8c19f5cccf79ef583bb57afbc0816ad8d498641d
parent8432689b101b93366fcb6a82259503a6f6a0396c (diff)
downloadaur-363c76a916342db77384d05d2bd412785882030c.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c23ca53981b3..26a3bfc4f3d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
pkgver = 1.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://gmid.omarpolo.com
arch = x86_64
license = ISC
depends = libretls
conflicts = gmid-git
conflicts = gmid-bin
- source = https://gmid.omarpolo.com/gmid/snapshot/gmid-1.8.1.tar.gz
+ source = https://git.omerpolo.com/gmid/snapshot/gmid-1.8.1.tar.gz
source = gmid.service
source = gmid.conf
sha256sums = b4c5bf614b910cb9e8f529e119e395e7bb5d6fffe305cf3994598d6e6a448b8e
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"
)