summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-04-27 17:12:39 +0200
committerGustavo Alvarez2016-04-27 17:12:39 +0200
commitb8bab7398414a40573684de9ab3d17a1f3d6840f (patch)
tree85277e4c4e86fd4b4162856898a9155a644e4ab0
parent5b7ab33a7c9602570f39199606b4b74493b86d20 (diff)
downloadaur-b8bab7398414a40573684de9ab3d17a1f3d6840f.tar.gz
Update to 2.12.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624b4a49d864..6db1529486fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Apr 27 15:11:59 UTC 2016
pkgbase = adchpp
pkgdesc = ADCH++ is a hub software for the ADC network.
- pkgver = 2.12.0
+ pkgver = 2.12.1
pkgrel = 1
url = http://adchpp.sourceforge.net
install = adchpp.install
@@ -16,7 +18,7 @@ pkgbase = adchpp
depends = boost-libs
backup = etc/adchpp/Script.xml
backup = etc/adchpp/adchpp.xml
- source = http://downloads.sourceforge.net/project/adchpp/Releases/ADCH%2B%2B%202.12/2.12.0/adchpp_2.12.0_source.tar.gz
+ source = http://downloads.sourceforge.net/project/adchpp/Releases/ADCH%2B%2B%202.12/2.12.1/adchpp_2.12.1_source.tar.gz
source = adchpp.sh
source = adchpp.service
source = adchpp.tmpfile
@@ -25,7 +27,7 @@ pkgbase = adchpp
source = http://data.gpo.zugaina.org/klondike/net-p2p/adchpp/files/adchpp-2.11.0-fix_cflags.patch
source = https://dl.dropboxusercontent.com/u/6596386/adchpp-2.9.0-fix_store_files_in_config_dir_access.guard_plugin.patch
source = https://dl.dropboxusercontent.com/u/6596386/adchpp-2.9.0-fix_log_path.patch
- sha1sums = 257bb2eb5f69dd87f83a8624169628cf19d7412a
+ sha1sums = 5c69f0bda7c5ce17518a10710b35bef07d5a5b1a
sha1sums = d903e8241dec8e6c96b741f52a43a75894471cf7
sha1sums = b834071b7bd39effcdc6bdeaa61f3e877757583b
sha1sums = d8c98ccc13ffda1c68bd1d356f51ae99dd1a5ba2
diff --git a/PKGBUILD b/PKGBUILD
index 93361c56a159..2c39a161ebb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=adchpp
-pkgver=2.12.0
+pkgver=2.12.1
pkgrel=1
pkgdesc="ADCH++ is a hub software for the ADC network."
url='http://adchpp.sourceforge.net'
@@ -27,7 +27,7 @@ source=("http://downloads.sourceforge.net/project/adchpp/Releases/ADCH%2B%2B%202
'http://data.gpo.zugaina.org/klondike/net-p2p/adchpp/files/adchpp-2.11.0-fix_cflags.patch'
'https://dl.dropboxusercontent.com/u/6596386/adchpp-2.9.0-fix_store_files_in_config_dir_access.guard_plugin.patch'
'https://dl.dropboxusercontent.com/u/6596386/adchpp-2.9.0-fix_log_path.patch')
-sha1sums=('257bb2eb5f69dd87f83a8624169628cf19d7412a'
+sha1sums=('5c69f0bda7c5ce17518a10710b35bef07d5a5b1a'
'd903e8241dec8e6c96b741f52a43a75894471cf7'
'b834071b7bd39effcdc6bdeaa61f3e877757583b'
'd8c98ccc13ffda1c68bd1d356f51ae99dd1a5ba2'
@@ -36,7 +36,7 @@ sha1sums=('257bb2eb5f69dd87f83a8624169628cf19d7412a'
'04c2bba95ab80d56a0e56fa9cd3f0b2edce88e23'
'c201970be161b01d30a4c6761235f47aad9fec4e'
'1e40351b4be6441979229d63210b43817c9819bf')
-install="adchpp.install"
+install=adchpp.install
[ "$CARCH" = "i686" ] && _arch="x86"
[ "$CARCH" = "x86_64" ] && _arch="x64"
@@ -92,7 +92,7 @@ package() {
install -Dm644 etc/adchpp.xml "${pkgdir}/etc/adchpp/adchpp.xml"
install -Dm644 etc/Script.xml "${pkgdir}/etc/adchpp/Script.xml"
- (cd plugins/Script/examples &> /dev/null; for i in $(find . -type f); do install -Dm644 "${i}" "${pkgdir}/usr/share/adchpp/scripts/${i}"; done)
+ (cd plugins/Script/examples; for i in $(find . -type f); do install -Dm644 "${i}" "${pkgdir}/usr/share/adchpp/scripts/${i}"; done)
for i in $(find pyutil rbutil -type f); do install -Dm644 "${i}" "${pkgdir}/usr/share/adchpp/${i}"; done
(cd build/docs; for i in $(find . -type f); do install -Dm644 "${i}" "${pkgdir}/usr/share/doc/adchpp/${i}"; done)
@@ -100,4 +100,4 @@ package() {
install -Dm644 ../adchpp.service "${pkgdir}/usr/lib/systemd/system/adchpp.service"
install -Dm644 ../adchpp.tmpfile "${pkgdir}/usr/lib/tmpfiles.d/adchpp.conf"
install -Dm644 ../adchpp.sysuser "${pkgdir}/usr/lib/sysusers.d/adchpp.conf"
-} \ No newline at end of file
+}