summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2018-11-05 02:05:19 -0500
committerKyle Sferrazza2018-11-05 02:05:19 -0500
commitd9348e22498c5c33a9afb25c83977eacc1c3fda9 (patch)
tree432edc208123283b9eba3013f8057d8c3915283b /PKGBUILD
parent13cdc4fd14aa165805fa4ef94e1800dcf95d554e (diff)
downloadaur-hans.tar.gz
net-tools in depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a9e859bca91..dc455170db3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=hans
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='IP over ICMP, makes it possible to tunnel IPv4 through ICMP echo packets'
arch=('i686' 'x86_64')
url='http://code.gerade.org/hans/'
license=('GPL3')
-depends=('gcc-libs')
+depends=('gcc-libs' 'net-tools')
source=("https://github.com/friedrich/hans/archive/v${pkgver}.tar.gz")
sha1sums=('8b5b5ad005afedf4a6bba5dd845c9ea40f2d6dd8')