diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 21:04:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 21:37:28 -0300 |
commit | e83ef14dd7237bb812f7bc842dcedcd3ec367d7b (patch) | |
tree | 4d7819683150e7b6d91dd630f8cd19ba77b930f3 | |
parent | df9b14489ed853ac29de912309ebd25ec6c4a36f (diff) | |
download | aports-e83ef14dd7237bb812f7bc842dcedcd3ec367d7b.tar.bz2 aports-e83ef14dd7237bb812f7bc842dcedcd3ec367d7b.tar.xz |
testing/poco: upgrade to 1.9.3
-rw-r--r-- | testing/poco/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/poco/APKBUILD b/testing/poco/APKBUILD index 85cb59973c..999d659686 100644 --- a/testing/poco/APKBUILD +++ b/testing/poco/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: pkgname=poco -pkgver=1.9.2 +pkgver=1.9.3 pkgrel=0 pkgdesc="C++ class libraries for building network- and internet-based applications" options="!check" # No testsuite url="https://pocoproject.org/" arch="all" license="BSL-1.0" -makedepends="openssl-dev linux-headers" +makedepends="openssl-dev linux-headers zlib-dev pcre-dev expat-dev sqlite-dev" subpackages="$pkgname-dev" source="https://pocoproject.org/releases/poco-$pkgver/poco-$pkgver-all.tar.gz cxxflags.patch @@ -22,7 +22,8 @@ build() { --minimal \ --shared \ --no-tests \ - --no-samples + --no-samples \ + --unbundled make } @@ -36,5 +37,5 @@ package() { cp Crypto/include/Poco/Crypto/*.h "$_basedir"/Crypto } -sha512sums="65a125dea5b3dbffe5f1121bdb58824d0905daeff0af52e7bb89abf5571624147b16f084a8bde316afd0394fc7fe9a2d185e0e0c0ccd31f393df84cf0dceb603 poco-1.9.2-all.tar.gz +sha512sums="2c71f3d100ea6459aec37fcd463f7ef7a710dca69d70058a408806b2b9a28bffd102aadab7c781d90d15b7dde176149bdc18ce50abb1823d9a2c50e699a322c5 poco-1.9.3-all.tar.gz 5f72e487074ea26e29e81d6fc244d03989d780d71b33a064456fa19b241aca278fbfd9b303733940b837921ea25781ee62905d70a5f1c57f1b24cd38a2a7d720 cxxflags.patch" |