summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2016-03-08 20:31:11 +0100
committerRaimar Bühmann2016-03-08 20:31:32 +0100
commitc41e45f15dc20ef0ce4dce55186a2e5acad7e479 (patch)
tree907e47b3ad40f67973e9e1ae3307648f7038d8ea
parent48f3cffb70117665b76187d2b7e71c08f96877a8 (diff)
downloadaur-c41e45f15dc20ef0ce4dce55186a2e5acad7e479.tar.gz
update to 1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b91d76868c2..9f03b5d9d247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libpoco-basic
pkgdesc = C++ class libraries for network-centric, portable applications, basic edition
- pkgver = 1.6.1
+ pkgver = 1.7.0
pkgrel = 1
url = http://www.pocoproject.org
arch = i686
@@ -13,10 +13,8 @@ pkgbase = libpoco-basic
conflicts = poco
conflicts = poco-devel
conflicts = poco-git
- source = http://www.pocoproject.org/releases/poco-1.6.1/poco-1.6.1.tar.gz
- source = RegularExpression.h.patch
- sha256sums = f92cff3af013950f10e88eb89c3401209b099edf798b44d496f0432de7658504
- sha256sums = af43ef3b60f4bfba49071d6393fa22311d65277ff05d335c3fe29283b3c04222
+ source = http://www.pocoproject.org/releases/poco-1.7.0/poco-1.7.0.tar.gz
+ sha256sums = 583b00117a3cba8842c10a04675cabe5c3e0abc0a02a52c3d6431ea03a93320d
pkgname = libpoco-basic
diff --git a/PKGBUILD b/PKGBUILD
index 7497e298a6f2..10cdf46af87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-_pkgver_main=1.6.1
-pkgver=${_pkgver_main}
+pkgver=1.7.0
pkgrel=1
pkgdesc="C++ class libraries for network-centric, portable applications, basic edition"
arch=('i686' 'x86_64')
@@ -14,15 +13,14 @@ depends=('pcre' 'expat')
conflicts=('poco' 'poco-devel' 'poco-git')
makedepends=('gcc' 'make')
source=(
- ${url}/releases/poco-${_pkgver_main}/poco-${pkgver}.tar.gz
- RegularExpression.h.patch
+ ${url}/releases/poco-${pkgver}/poco-${pkgver}.tar.gz
+# RegularExpression.h.patch
)
-sha256sums=('f92cff3af013950f10e88eb89c3401209b099edf798b44d496f0432de7658504'
- 'af43ef3b60f4bfba49071d6393fa22311d65277ff05d335c3fe29283b3c04222')
+sha256sums=('583b00117a3cba8842c10a04675cabe5c3e0abc0a02a52c3d6431ea03a93320d')
prepare() {
# apply patch for static build
cd poco-$pkgver
- patch Foundation/include/Poco/RegularExpression.h < ../RegularExpression.h.patch
+# patch Foundation/include/Poco/RegularExpression.h < ../RegularExpression.h.patch
}
build() {