summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-06-06 23:28:54 +0200
committereomanis2018-06-06 23:28:54 +0200
commit94cdd5e3c444ce792080b0ca479751a6770ac190 (patch)
tree70edf403604eb9790fc191305086ee8c2ed137ee
parentd7dc09cc4361adfd386c41ad1c87b8136ef143af (diff)
downloadaur-94cdd5e3c444ce792080b0ca479751a6770ac190.tar.gz
Update to version 0.4.0
-rw-r--r--.SRCINFO11
-rwxr-xr-xPKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c50ad1aed9f..da2946dc75d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
pkgbase = freedns-maintain-ip
pkgdesc = DNS record updater for freedns.afraid.org domains written in bash
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = http://eomanis.mooo.com/permshare/freedns-maintain-ip/index.xhtml
arch = any
license = GPL3
- depends = bash
+ depends = bash>=4.4
depends = grep
depends = sed
- depends = miniupnpc
depends = wget
depends = bind-tools
depends = coreutils
depends = iproute2
- source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.3.1.tar.gz
- sha256sums = 33c44f62ca13a9eddb380e50fa056f53a8bb01463b1a176498db5f3a1d445d1f
+ depends = bc
+ optdepends = miniupnpc: Detection of public IPv4 address using UPNP
+ source = http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-0.4.0.tar.gz
+ sha256sums = 0800eed310f5320017899ea2b2a03cb639ea26ad5daf919bdc977eb291219454
pkgname = freedns-maintain-ip
diff --git a/PKGBUILD b/PKGBUILD
index 8fa9f64c3640..1c7aa713e235 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: eomanis at web dot de
pkgname='freedns-maintain-ip'
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
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' 'iproute2')
+depends=('bash>=4.4' 'grep' 'sed' 'wget' 'bind-tools' 'coreutils' 'iproute2' 'bc')
+optdepends=('miniupnpc: Detection of public IPv4 address using UPNP')
source=("http://eomanis.mooo.com/permshare/freedns-maintain-ip/freedns-maintain-ip-${pkgver}.tar.gz")
-sha256sums=('33c44f62ca13a9eddb380e50fa056f53a8bb01463b1a176498db5f3a1d445d1f')
+sha256sums=('0800eed310f5320017899ea2b2a03cb639ea26ad5daf919bdc977eb291219454')
package() {