[arch-commits] Commit in poco/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu May 25 23:35:41 UTC 2017


    Date: Thursday, May 25, 2017 @ 23:35:40
  Author: eworm
Revision: 230326

upgpkg: poco 1.7.8.2-1

Modified:
  poco/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 23:34:26 UTC (rev 230325)
+++ PKGBUILD	2017-05-25 23:35:40 UTC (rev 230326)
@@ -6,8 +6,9 @@
 # Contributor: Christopher Reimer <vdr4arch at creimer dot net>
 
 pkgname=poco
-pkgver=1.7.8
-pkgrel=2
+_pkgver=1.7.8p2
+pkgver=${_pkgver/p/.}
+pkgrel=1
 pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries"
 arch=('i686' 'x86_64')
 url="http://www.pocoproject.org/"
@@ -14,11 +15,11 @@
 license=('custom:boost')
 depends=('libmariadb' 'openssl' 'unixodbc')
 makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2")
-sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2")
+sha256sums=('ef1699156b57d642024e658d8e7441c91e2c134b26e77c95a97f12449e901684')
 
 build() {
-  cd "${srcdir}/poco-${pkgver}-all"
+  cd "${srcdir}/poco-${_pkgver}-all"
   mkdir -p build
   cd build
   cmake \
@@ -29,7 +30,7 @@
 }
 
 package() {
-  cd "${srcdir}/poco-${pkgver}-all"/build
+  cd "${srcdir}/poco-${_pkgver}-all"/build
   make DESTDIR="${pkgdir}" install
   install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
 }



More information about the arch-commits mailing list