summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-06-18 18:27:46 -0700
committerPatrick McCarty2023-06-18 18:27:46 -0700
commit59504c69e22e6acd8da257f8eaa94a235b6d2532 (patch)
tree680001b723f78209593e54f7ff2d5ef550bad6fb /PKGBUILD
parent1c378aa046cfb0d8c066efbbd55275b681836228 (diff)
downloadaur-59504c69e22e6acd8da257f8eaa94a235b6d2532.tar.gz
Add glibc as runtime dep (fixes namcap check)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c4d7977eeee..8449d96dd538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=gawkextlib
_project=$pkgname
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Library containing APIs used by various GAWK extensions"
arch=('i686' 'x86_64' 'aarch64')
url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
+depends=('glibc')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
md5sums=('3beafa6ccb68522fb02f4fd16aa5c1dd')
sha256sums=('ecd06c1857f58530f73866dffb74a32f17d1194c045f351b5ab8acad4f77678c')