summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan PONIN2022-11-20 17:03:47 +0000
committerJohan PONIN2022-11-20 17:03:47 +0000
commit286b5304b1c0c46838d5e37ca4bb42a3943700ac (patch)
treeff04cc8f64270b79d9c971f3aff3009aabffdce4
parent276fc91440acdb54201cef9a7c88df085804ddc6 (diff)
downloadaur-286b5304b1c0c46838d5e37ca4bb42a3943700ac.tar.gz
chore: add inetutils to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dae6e023f1b7..917d07f75d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('libxml2')
-makedepends=('byacc')
+makedepends=('byacc' 'inetutils')
source=("http://tiptop.gforge.inria.fr/releases/tiptop-$pkgver.tar.gz")