summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Feletto2022-04-05 17:02:33 +0200
committerAndrea Feletto2022-04-05 17:02:33 +0200
commit611e1c28379f6d8fcc72bb604e9f23aeb567f450 (patch)
treeef9b90740139a25e46aa87dede22d16d63953340 /PKGBUILD
parentdb8100dbfadf13fcf07b99f057e6a70943637437 (diff)
downloadaur-611e1c28379f6d8fcc72bb604e9f23aeb567f450.tar.gz
add libbsd dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"