summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-06-18 19:42:00 -0700
committerPatrick McCarty2023-06-18 19:42:50 -0700
commitb8fbc98ca46cb03f03059ffb678142ff9e41fdf2 (patch)
tree09d9c8f70bb5e2ae76564edd7b375ee10227e852 /PKGBUILD
parent422ddbeb62bb5f8e41cbbcafac52ca4bb477dae8 (diff)
downloadaur-b8fbc98ca46cb03f03059ffb678142ff9e41fdf2.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 2581c7c2412c..2e96b58cde31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gawk-gd
_project=gawkextlib
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="GAWK extension - interface to the GD graphics library"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
-depends=('gd' 'gawkextlib')
+depends=('gawkextlib' 'gd' 'glibc')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
md5sums=('d5b5494e4e675610fb01e6845e937119')
sha256sums=('7d7a98727b02e59561ab4153f31ef24e54e7e2c0ec45b5c0b013030cbb41ebfe')