summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-03-14 19:13:58 +0100
committerAndrea Feletto2022-03-14 19:13:58 +0100
commit653b44dcb54a79aeedc5d5e1d76af9aa6eec3cbe (patch)
tree77e5f5f294423b97b5c6f3022351878051f818d1
parent363c76a916342db77384d05d2bd412785882030c (diff)
downloadaur-653b44dcb54a79aeedc5d5e1d76af9aa6eec3cbe.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 26a3bfc4f3d3..54ec9bcae6e3 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 = 4
+ pkgrel = 5
url = https://gmid.omarpolo.com
arch = x86_64
license = ISC
depends = libretls
conflicts = gmid-git
conflicts = gmid-bin
- source = https://git.omerpolo.com/gmid/snapshot/gmid-1.8.1.tar.gz
+ source = https://git.omarpolo.com/gmid/snapshot/gmid-1.8.1.tar.gz
source = gmid.service
source = gmid.conf
sha256sums = b4c5bf614b910cb9e8f529e119e395e7bb5d6fffe305cf3994598d6e6a448b8e
diff --git a/PKGBUILD b/PKGBUILD
index 644ef2d2841e..bbe2fdf45d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gmid
pkgver=1.8.1
-pkgrel=4
+pkgrel=5
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=(
- "https://git.omerpolo.com/$pkgname/snapshot/$pkgname-$pkgver.tar.gz"
+ "https://git.omarpolo.com/$pkgname/snapshot/$pkgname-$pkgver.tar.gz"
"gmid.service"
"gmid.conf"
)