summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
-rw-r--r--missing_changelog.patch24
3 files changed, 42 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91947af32963..a45cdeffbd21 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.14
- pkgrel = 1
+ pkgver = 1.99.13
+ pkgrel = 2
url = http://troglobit.com/inadyn.html
arch = x86_64
arch = i686
@@ -15,12 +15,14 @@ pkgbase = inadyn-fork
conflicts = inadyn-mt
conflicts = inadyn-fork-git
backup = etc/inadyn.conf
- source = https://github.com/troglobit/inadyn/releases/download/1.99.14/inadyn-1.99.14.tar.xz
+ source = https://github.com/troglobit/inadyn/releases/download/1.99.13/inadyn-1.99.13.tar.xz
source = inadyn.conf
source = inadyn.service
- sha256sums = b2dfed3bb1340843105b6ba73c0bccc558bf7ead53f7f598cb47ec18de46e8d1
+ source = missing_changelog.patch
+ sha256sums = 9e003790a0c3b4fbe10e5744adacc839ceca1a469e3bf461b464097b30a67c34
sha256sums = 919f87ea87b58e4ddfaf3346ffbcf899b8d9dcee5a0e9440e17e5db9552bba53
sha256sums = 4587f4ae2a4215f9ba67d5b3b7d0aa120a9ebd31677472fa68d8792f42d7135f
+ sha256sums = 8925258f5ce0307c4e6a3280f9ce29d4df93775dbc91515b6ad1ae8448b803f4
pkgname = inadyn-fork
diff --git a/PKGBUILD b/PKGBUILD
index 0bc3ef9fbfb6..1224705181c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=inadyn-fork
_name=inadyn
-pkgver=1.99.14
-pkgrel=1
+pkgver=1.99.13
+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' 'armv7h')
@@ -17,10 +17,17 @@ 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)
-sha256sums=('b2dfed3bb1340843105b6ba73c0bccc558bf7ead53f7f598cb47ec18de46e8d1'
+ inadyn.service
+ missing_changelog.patch)
+sha256sums=('9e003790a0c3b4fbe10e5744adacc839ceca1a469e3bf461b464097b30a67c34'
'919f87ea87b58e4ddfaf3346ffbcf899b8d9dcee5a0e9440e17e5db9552bba53'
- '4587f4ae2a4215f9ba67d5b3b7d0aa120a9ebd31677472fa68d8792f42d7135f')
+ '4587f4ae2a4215f9ba67d5b3b7d0aa120a9ebd31677472fa68d8792f42d7135f'
+ '8925258f5ce0307c4e6a3280f9ce29d4df93775dbc91515b6ad1ae8448b803f4')
+
+prepare(){
+ cd ${_name}-$pkgver
+ patch -Np1 -i ../missing_changelog.patch
+}
build(){
cd ${_name}-$pkgver
diff --git a/missing_changelog.patch b/missing_changelog.patch
new file mode 100644
index 000000000000..fdec9502411b
--- /dev/null
+++ b/missing_changelog.patch
@@ -0,0 +1,24 @@
+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