summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2016-05-03 19:04:49 +0200
committerRaimar Bühmann2016-05-03 19:04:49 +0200
commit97b2ca615b55f8723c2e5a99898141751f529609 (patch)
tree7c998b7e32204dda638faa11585a3bb632c0b75d /PKGBUILD
parent5601129fad0a3202a5277262b5f9aa5b84f6ee76 (diff)
downloadaur-97b2ca615b55f8723c2e5a99898141751f529609.tar.gz
update to 1.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db281c16ded6..b7a888c74cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="C++ class libraries for network-centric, portable applications, basic edition"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ source=(
${url}/releases/poco-${pkgver}/poco-${pkgver}.tar.gz
# RegularExpression.h.patch
)
-sha256sums=('7c639722949a5851acf5b50c71679543463acf05e355255837c0efc79553e841')
+sha256sums=('e91b5ba237c342bf7fa786a26fa5a022e385cb3b915794ea69ed7a7eb571df95')
prepare() {
# apply patch for static build
cd poco-$pkgver