summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlafleur2024-04-30 19:51:48 +0200
committerlafleur2024-04-30 19:52:02 +0200
commitc6fb59e1771b854bfe662aa78d06b74cae080c9d (patch)
treeb2420741c1584110be11d3e33421bab908ef42e0 /PKGBUILD
parentd46029f104f5cebc526fab59e85fdf19cc981808 (diff)
downloadaur-c6fb59e1771b854bfe662aa78d06b74cae080c9d.tar.gz
add missing build-dep: gcc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e895f18685a7..5585c1c01890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/ldx/python-iptables'
license=('Apache')
groups=()
depends=('python' 'iptables')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'gcc')
provides=()
conflicts=()
replaces=()