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

Sergej Pupykin spupykin at archlinux.org
Mon Nov 13 11:52:31 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-11-13 11:51:54 UTC (rev 266727)
+++ PKGBUILD	2017-11-13 11:52:30 UTC (rev 266728)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Ido Rosen <ido at kernel.org>
-# Contributor: Ross Whitfield <whitfieldre at ornl.gov>
-# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com>
-# Contributor: Christopher Reimer <vdr4arch at creimer dot net>
-
-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)
+++ PKGBUILD	2017-11-13 11:52:30 UTC (rev 266728)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Ido Rosen <ido at kernel.org>
+# Contributor: Ross Whitfield <whitfieldre at ornl.gov>
+# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com>
+# Contributor: Christopher Reimer <vdr4arch at creimer dot net>
+
+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"
+}



More information about the arch-commits mailing list