[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-17 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 18, 2020 @ 01:19:14
  Author: svenstaro
Revision: 575651

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 575650, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 01:19:09 UTC (rev 575650)
+++ PKGBUILD2020-02-18 01:19:14 UTC (rev 575651)
@@ -1,35 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.9.4
-_pkgver=${pkgver/_/}
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('mariadb-libs' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('815f3ce6cee0b7f8bef7db4ed0421714521d6895255d24277853bf96d2d21533')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 575650, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 01:19:14 UTC (rev 575651)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.10.1
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('mariadb-libs' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('2cde4b50778013ab3b7a522aa59bccaa7e85a8ccfc654a354c4d9611b6ce1758')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-19 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 19, 2019 @ 23:28:45
  Author: svenstaro
Revision: 511226

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 511225, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 23:28:39 UTC (rev 511225)
+++ PKGBUILD2019-09-19 23:28:45 UTC (rev 511226)
@@ -1,35 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.9.3
-_pkgver=${pkgver/_/}
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('mariadb-libs' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('888acb0582cde176bbceac208aa24532f13e04b0c3929036f7cb9b872e4cb61f')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 511225, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 23:28:45 UTC (rev 511226)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.9.4
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('mariadb-libs' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('815f3ce6cee0b7f8bef7db4ed0421714521d6895255d24277853bf96d2d21533')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 29, 2019 @ 19:38:51
  Author: svenstaro
Revision: 505037

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 505036, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 19:38:41 UTC (rev 505036)
+++ PKGBUILD2019-08-29 19:38:51 UTC (rev 505037)
@@ -1,35 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.9.2
-_pkgver=${pkgver/_/}
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('mariadb-libs' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('74f117e2c6c0f2de1e4ffd6fc5b8053a7bc05d331e7a7c606d0fcc3917f827a4')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 505036, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 19:38:51 UTC (rev 505037)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.9.3
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('mariadb-libs' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('888acb0582cde176bbceac208aa24532f13e04b0c3929036f7cb9b872e4cb61f')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-03 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 3, 2019 @ 22:49:00
  Author: svenstaro
Revision: 487413

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 487412, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-03 22:48:55 UTC (rev 487412)
+++ PKGBUILD2019-07-03 22:49:00 UTC (rev 487413)
@@ -1,35 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.9.0
-_pkgver=${pkgver/_/}
-pkgrel=2
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('mariadb-libs' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('b6e33898588e74337efec4e8d8b9b277bb653b08318a79215f9aa4a3ff1ea9fd')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 487412, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-03 22:49:00 UTC (rev 487413)
@@ -0,0 +1,35 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.9.2
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('mariadb-libs' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('74f117e2c6c0f2de1e4ffd6fc5b8053a7bc05d331e7a7c606d0fcc3917f827a4')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-28 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 28, 2018 @ 09:53:26
  Author: svenstaro
Revision: 313083

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 313082, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 09:53:18 UTC (rev 313082)
+++ PKGBUILD2018-03-28 09:53:26 UTC (rev 313083)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.8.1
-_pkgver=${pkgver/_/}
-pkgrel=1
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('3c2eb8ca1c9ff0f5dca2c2be00d6fcc7306caa745f85dc955402c70f473b')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 313082, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 09:53:26 UTC (rev 313083)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.9.0
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('b6e33898588e74337efec4e8d8b9b277bb653b08318a79215f9aa4a3ff1ea9fd')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-10 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 10, 2018 @ 23:27:12
  Author: svenstaro
Revision: 281206

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 281205, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 23:26:58 UTC (rev 281205)
+++ PKGBUILD2018-01-10 23:27:12 UTC (rev 281206)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.8.0.1
-_pkgver=${pkgver/_/}
-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/";
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('61f1e26e25af2201295b6a58a8e2bf74063ad3bf49c8e969ba08af42310716c2')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 281205, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 23:27:12 UTC (rev 281206)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.8.1
+_pkgver=${pkgver/_/}
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('3c2eb8ca1c9ff0f5dca2c2be00d6fcc7306caa745f85dc955402c70f473b')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}


[arch-commits] Commit in poco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-13 Thread Sergej Pupykin
Date: Monday, November 13, 2017 @ 11:52:30
  Author: spupykin
Revision: 266728

archrelease: copy trunk to community-x86_64

Added:
  poco/repos/community-x86_64/PKGBUILD
(from rev 266727, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-13 11:51:54 UTC (rev 266727)
+++ PKGBUILD2017-11-13 11:52:30 UTC (rev 266728)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-pkgver=1.7.9_p1
-_pkgver=${pkgver/_/}
-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/";
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('54d7e0f12bf8438529eae427fa7dd2a6e4e3f08e94869b2ff82e34d56f7f23f0')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 266727, 
poco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-13 11:52:30 UTC (rev 266728)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+pkgver=1.8.0.1
+_pkgver=${pkgver/_/}
+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/";
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('61f1e26e25af2201295b6a58a8e2bf74063ad3bf49c8e969ba08af42310716c2')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}