summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-22 17:32:12 +0200
committerMarcell Meszaros2022-06-22 17:36:14 +0200
commit43756e90e6f5bd2f3fa78419d1976bb59e021868 (patch)
tree83d72e2902e1f1b8d5524bdeb51c033b185d74ee
parent37ec8c1b6c9496bd71e305b6c6c3f2018d11bf69 (diff)
downloadaur-43756e90e6f5bd2f3fa78419d1976bb59e021868.tar.gz
add needed depends=glibc
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9780b6789203..1607de4f0cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+
# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: aksr <aksr at t-com dot me>
@@ -8,6 +9,7 @@ pkgdesc='An APL-like calculator.'
arch=('i686' 'x86_64')
url='https://github.com/robpike/ivy'
license=('BSD')
+depends=('glibc')
makedepends=('git' 'go>=1.5')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")