summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-04-05 18:36:44 +0200
committerAndrea Feletto2022-04-05 18:36:44 +0200
commit1474b1ac761e76ead76cfd57c3c4ed41711be8f9 (patch)
treea5cd9424c5bc517ffbceaeaa524397625f9966d1
parentbe6c55061bca2a830d5e7c0a144a3b9fcee0a997 (diff)
downloadaur-gmid-bin.tar.gz
remove dependencies (static build)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3d4a5cd628..95b23548f008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = gmid-bin
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
provides = gmid
conflicts = gmid
conflicts = gmid-git
diff --git a/PKGBUILD b/PKGBUILD
index b9cef235e03a..d486ef22d57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=gmid-bin
_pkgname=${pkgname%-*}
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')
provides=('gmid')
conflicts=('gmid' 'gmid-git')
-depends=('libretls')
source=(
"https://github.com/omar-polo/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver-binaries.tar.gz"
'gmid.service'