summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 321b3a3f46f2..a45cdeffbd21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = inadyn-fork
pkgdesc = Simple dynamic DNS client - fork of the original INADYN implementation from Narcis Ilisei
pkgver = 1.99.13
- pkgrel = 1
+ pkgrel = 2
url = http://troglobit.com/inadyn.html
arch = x86_64
arch = i686
arch = armv6h
+ arch = armv7h
license = GPL
depends = openssl
provides = inadyn
diff --git a/PKGBUILD b/PKGBUILD
index 478d8ffb5888..1224705181c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=inadyn-fork
_name=inadyn
pkgver=1.99.13
-pkgrel=1
+pkgrel=2
pkgdesc='Simple dynamic DNS client - fork of the original INADYN implementation from Narcis Ilisei'
url='http://troglobit.com/inadyn.html'
-arch=('x86_64' 'i686' 'armv6h')
+arch=('x86_64' 'i686' 'armv6h' 'armv7h')
license=('GPL')
depends=('openssl')
backup=('etc/inadyn.conf')