summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-04-05 17:02:33 +0200
committerAndrea Feletto2022-04-05 17:02:33 +0200
commit611e1c28379f6d8fcc72bb604e9f23aeb567f450 (patch)
treeef9b90740139a25e46aa87dede22d16d63953340
parentdb8100dbfadf13fcf07b99f057e6a70943637437 (diff)
downloadaur-611e1c28379f6d8fcc72bb604e9f23aeb567f450.tar.gz
add libbsd dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ee3062f904..3792444c6c81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
pkgver = 1.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://gmid.omarpolo.com
arch = x86_64
license = ISC
depends = libretls
+ depends = libbsd
conflicts = gmid-git
conflicts = gmid-bin
source = https://github.com/omar-polo/gmid/releases/download/1.8.3/gmid-1.8.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e64ec662d500..82fd578c5905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gmid
pkgver=1.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
url='https://gmid.omarpolo.com'
license=('ISC')
-depends=('libretls')
+depends=('libretls' 'libbsd')
conflicts=('gmid-git' 'gmid-bin')
source=(
"https://github.com/omar-polo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"