summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim De Clercq2023-03-06 12:47:25 +0100
committerMaxim De Clercq2023-03-06 12:47:25 +0100
commit40912b03cfa0a876baf800b8623a47c3037bb1bb (patch)
tree711430841bfb6b32d95754d5e2a5d20d55081d86 /PKGBUILD
parent54f42370d5a745461396942f774c01984976a518 (diff)
downloadaur-capstan-git.tar.gz
fix: add glibc dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b56df4b2065..a09f203754ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Capstan, a tool for packaging and running your application on OSv."
arch=('i686' 'x86_64')
url="https://github.com/cloudius-systems/capstan"
license=('BSD')
-depends=()
+depends=('glibc')
makedepends=('git' 'go')
provides=("$_pkgname")
conflicts=("$_pkgname")