summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schury2015-07-14 18:15:32 +0200
committerDavid Schury2015-07-14 18:15:32 +0200
commit3904a5e78c1d78e499ac73137b0140b3876f2e9e (patch)
treee46107d8460afe6e893d804868a06caca11e5f1f
parentd2b0abccc2a647f2301b413bd60b576c5efe72d4 (diff)
downloadaur-3904a5e78c1d78e499ac73137b0140b3876f2e9e.tar.gz
Updated to v1.99.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
-rw-r--r--missing_changelog.patch24
3 files changed, 9 insertions, 42 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a45cdeffbd21..91947af32963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inadyn-fork
pkgdesc = Simple dynamic DNS client - fork of the original INADYN implementation from Narcis Ilisei
- pkgver = 1.99.13
- pkgrel = 2
+ pkgver = 1.99.14
+ pkgrel = 1
url = http://troglobit.com/inadyn.html
arch = x86_64
arch = i686
@@ -15,14 +15,12 @@ pkgbase = inadyn-fork
conflicts = inadyn-mt
conflicts = inadyn-fork-git
backup = etc/inadyn.conf
- source = https://github.com/troglobit/inadyn/releases/download/1.99.13/inadyn-1.99.13.tar.xz
+ source = https://github.com/troglobit/inadyn/releases/download/1.99.14/inadyn-1.99.14.tar.xz
source = inadyn.conf
source = inadyn.service
- source = missing_changelog.patch
- sha256sums = 9e003790a0c3b4fbe10e5744adacc839ceca1a469e3bf461b464097b30a67c34
+ sha256sums = b2dfed3bb1340843105b6ba73c0bccc558bf7ead53f7f598cb47ec18de46e8d1
sha256sums = 919f87ea87b58e4ddfaf3346ffbcf899b8d9dcee5a0e9440e17e5db9552bba53
sha256sums = 4587f4ae2a4215f9ba67d5b3b7d0aa120a9ebd31677472fa68d8792f42d7135f
- sha256sums = 8925258f5ce0307c4e6a3280f9ce29d4df93775dbc91515b6ad1ae8448b803f4
pkgname = inadyn-fork
diff --git a/PKGBUILD b/PKGBUILD
index 1224705181c6..0bc3ef9fbfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=inadyn-fork
_name=inadyn
-pkgver=1.99.13
-pkgrel=2
+pkgver=1.99.14
+pkgrel=1
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' 'armv7h')
@@ -17,17 +17,10 @@ conflicts=('inadyn-opendns' 'inadyn' 'inadyn-mt' 'inadyn-fork-git')
provides=('inadyn')
source=(https://github.com/troglobit/inadyn/releases/download/$pkgver/${_name}-$pkgver.tar.xz
inadyn.conf
- inadyn.service
- missing_changelog.patch)
-sha256sums=('9e003790a0c3b4fbe10e5744adacc839ceca1a469e3bf461b464097b30a67c34'
+ inadyn.service)
+sha256sums=('b2dfed3bb1340843105b6ba73c0bccc558bf7ead53f7f598cb47ec18de46e8d1'
'919f87ea87b58e4ddfaf3346ffbcf899b8d9dcee5a0e9440e17e5db9552bba53'
- '4587f4ae2a4215f9ba67d5b3b7d0aa120a9ebd31677472fa68d8792f42d7135f'
- '8925258f5ce0307c4e6a3280f9ce29d4df93775dbc91515b6ad1ae8448b803f4')
-
-prepare(){
- cd ${_name}-$pkgver
- patch -Np1 -i ../missing_changelog.patch
-}
+ '4587f4ae2a4215f9ba67d5b3b7d0aa120a9ebd31677472fa68d8792f42d7135f')
build(){
cd ${_name}-$pkgver
diff --git a/missing_changelog.patch b/missing_changelog.patch
deleted file mode 100644
index fdec9502411b..000000000000
--- a/missing_changelog.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -rNu inadyn-1.99.13.orig/ChangeLog inadyn-1.99.13/ChangeLog
---- inadyn-1.99.13.orig/ChangeLog 2015-06-07 09:23:51.920562406 +0200
-+++ inadyn-1.99.13/ChangeLog 1970-01-01 01:00:00.000000000 +0100
-@@ -1,8 +0,0 @@
--ChangeLog
--=========
--
--No active change log is kept, see the GIT log for changes since v1.96.2
--
-- https://github.com/troglobit/inadyn/commits/master
--
--//The Inadyn maintainers
-diff -rNu inadyn-1.99.13.orig/CHANGELOG inadyn-1.99.13/CHANGELOG
---- inadyn-1.99.13.orig/CHANGELOG 1970-01-01 01:00:00.000000000 +0100
-+++ inadyn-1.99.13/CHANGELOG 2014-10-06 00:35:50.000000000 +0200
-@@ -0,0 +1,8 @@
-+ChangeLog
-+=========
-+
-+No active change log is kept, see the GIT log for changes since v1.96.2
-+
-+ https://github.com/troglobit/inadyn/commits/master
-+
-+//The Inadyn maintainers