summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-06-18 19:50:13 -0700
committerPatrick McCarty2023-06-18 19:50:13 -0700
commitcd3dec7fb89c3e1c067a23652acf8db83828fb38 (patch)
treebbcecaaa261ef967b1a87f53c3a90c21230cb09d /PKGBUILD
parentbc9de8d80cf8f74ca3a92e8f1b0d14f7d5a92868 (diff)
downloadaur-cd3dec7fb89c3e1c067a23652acf8db83828fb38.tar.gz
Add glibc dep to resolve namcap issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b60a73d9a750..4890a40e55cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gawk-lmdb
_project=gawkextlib
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="GAWK extension - interface to the LMDB API"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
-depends=('lmdb' 'gawkextlib')
+depends=('gawkextlib' 'glibc' 'lmdb')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
md5sums=('6a0a0ca6433f7353297edfd765615f46')
sha256sums=('e4993efafa9924928d21b4eee77d5e3d9233ec5c3867685f598ca0bbb9c30cf2')