summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-07 02:51:21 +0200
committereomanis2018-05-07 02:51:21 +0200
commit23967ede11709023ef3b70e83979dcbc045f8926 (patch)
tree511baa879ed4c2591528a8742417e524fa8cf096
parentfe30d98b5a9fed4f14bb433db0c3c24168889b4d (diff)
downloadaur-23967ede11709023ef3b70e83979dcbc045f8926.tar.gz
Added missing dependency: grep
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21055fdd5e13..9cc73818358f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = freedns-maintain-ip
pkgdesc = DNS record updater for freedns.afraid.org domains written in bash
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
license = GPL3
depends = bash
+ depends = grep
depends = sed
depends = miniupnpc
depends = wget
diff --git a/PKGBUILD b/PKGBUILD
index fb83b570d54f..e80b204599f5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='freedns-maintain-ip'
pkgver=0.1.2
-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' 'sed' 'miniupnpc' 'wget' 'bind-tools' 'coreutils')
+depends=('bash' 'grep' 'sed' 'miniupnpc' 'wget' 'bind-tools' 'coreutils')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgver}.tar.gz")
sha256sums=('57a1a84c7bf2f1f7fa2b8ec049d8315096f7ef685675837c842d6ff82a1111fe')