summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2021-07-20 11:38:22 +0200
committerAndrea Feletto2021-07-20 11:38:22 +0200
commit2709f48502d4d8c6ad2717d49c192ff611712997 (patch)
tree0102f4a4cff23d0f80eece90457871a9c828611e
parentf6ac28bbf3d1142df0fdfc61e701a0c99f687e6c (diff)
downloadaur-2709f48502d4d8c6ad2717d49c192ff611712997.tar.gz
dependency: libressl -> libretls
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404bb43173d8..5f4129a147b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
pkgver = 1.7.2
- pkgrel = 1
- url = https://git.omarpolo.com/gmid
+ pkgrel = 2
+ url = https://gmid.omarpolo.com
arch = x86_64
license = ISC
- depends = libressl
+ depends = libretls
source = https://git.omarpolo.com/gmid/snapshot/gmid-1.7.2.tar.gz
sha256sums = 7627118d587d7678baf4e576187b1a3d058bf7816c4e3a91f790d3ed05976b8a
diff --git a/PKGBUILD b/PKGBUILD
index aa7c31b0c7b2..93f7ace0a4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gmid
pkgver=1.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
-url='https://git.omarpolo.com/gmid'
+url='https://gmid.omarpolo.com'
license=('ISC')
-depends=('libressl')
-source=("$url/snapshot/$pkgname-$pkgver.tar.gz")
+depends=('libretls')
+source=("https://git.omarpolo.com/$pkgname/snapshot/$pkgname-$pkgver.tar.gz")
sha256sums=('7627118d587d7678baf4e576187b1a3d058bf7816c4e3a91f790d3ed05976b8a')
build() {