summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-09 23:31:06 +0200
committereomanis2018-05-09 23:31:06 +0200
commit212a82e7493a231828b9afca2836f733c33f3369 (patch)
treebce4473c19a51809abab94365dca390ee45e41cc
parentb6365346d7835532795228246e7ca28633a492c8 (diff)
downloadaur-212a82e7493a231828b9afca2836f733c33f3369.tar.gz
Added missing dependency: iproute2
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33456818e790..4ceb8314a10c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freedns-maintain-ip
pkgdesc = DNS record updater for freedns.afraid.org domains written in bash
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = freedns-maintain-ip
depends = wget
depends = bind-tools
depends = coreutils
+ depends = iproute2
source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.2.1.tar.gz
sha256sums = 1a2160466e960883adb6841d380928485be4d6e95563e67e1ee6fb41525b3854
diff --git a/PKGBUILD b/PKGBUILD
index 0abce1a511d9..a3d5dff8e787 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='freedns-maintain-ip'
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="DNS record updater for freedns.afraid.org domains written in bash"
arch=('any')
url='http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml'
license=('GPL3')
-depends=('bash' 'grep' 'sed' 'miniupnpc' 'wget' 'bind-tools' 'coreutils')
+depends=('bash' 'grep' 'sed' 'miniupnpc' 'wget' 'bind-tools' 'coreutils' 'iproute2')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgver}.tar.gz")
sha256sums=('1a2160466e960883adb6841d380928485be4d6e95563e67e1ee6fb41525b3854')