summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Collins2020-08-31 20:01:55 +0100
committerSamuel Collins2020-08-31 20:02:14 +0100
commit20f7d26b69145d28f66933ba166175f686c6fab8 (patch)
tree13d14b09e0fd0af6c096a17ac348762fd60c26b4 /PKGBUILD
parenteb8aa9bfe55d3e118962573bf6d8c797a9e35054 (diff)
downloadaur-20f7d26b69145d28f66933ba166175f686c6fab8.tar.gz
Added glibc dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8184d29f1e0..2672fd84e632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=gitlab-glab-bin
pkgver=1.10.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="An open source GitLab CLI tool written in Go"
arch=(x86_64)
url="https://github.com/profclems/glab"
license=('MIT')
groups=()
-depends=()
+depends=(glibc)
makedepends=()
checkdepends=()
optdepends=()
-provides=('gitlab-glab')
-conflicts=('gitlab-glab')
+provides=(gitlab-glab)
+conflicts=(gitlab-glab)
replaces=()
backup=()
options=()