Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / poco
Commits: 44ffc71f by Sven-Hendrik Haase at 2023-11-09T14:26:35+01:00 upgpkg: 1.12.5p1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = poco + pkgdesc = C++ class libraries for network-centric, portable applications, complete edition with debug libraries + pkgver = 1.12.5p1 + pkgrel = 1 + url = http://www.pocoproject.org/ + arch = x86_64 + license = custom:boost + makedepends = cmake + makedepends = ninja + depends = mariadb-libs + depends = openssl + depends = unixodbc + source = https://pocoproject.org/releases/poco-1.12.5p1/poco-1.12.5p1-all.tar.bz2 + source = 0001-mariadb-replace-mysql.diff + sha256sums = 9b4c55688aee9c9def95f659254d2f22606aba174941ed1b9cb7b7264a8f8f8e + sha256sums = 83628e398cd641d3b2a2645318c5c4a8130366673822936907446d792d3ef737 + +pkgname = poco ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Christopher Reimer <vdr4arch at creimer dot net> pkgname=poco -pkgver=1.12.4 +pkgver=1.12.5p1 _pkgver=${pkgver/_/} pkgrel=1 pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries" @@ -15,9 +15,9 @@ url="http://www.pocoproject.org/" license=('custom:boost') depends=('mariadb-libs' 'openssl' 'unixodbc') makedepends=('cmake' 'ninja') -source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2" +source=("https://pocoproject.org/releases/poco-${_pkgver}/poco-${_pkgver}-all.tar.bz2" "0001-mariadb-replace-mysql.diff") -sha256sums=('4e6ccc0df904596478414ef56a992cf885eb4b0ee695b23d307eb2ff91c36626' +sha256sums=('9b4c55688aee9c9def95f659254d2f22606aba174941ed1b9cb7b7264a8f8f8e' '83628e398cd641d3b2a2645318c5c4a8130366673822936907446d792d3ef737') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/poco/-/commit/44ffc71f22b4e4f18eb5bba018459866bb9276ea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/poco/-/commit/44ffc71f22b4e4f18eb5bba018459866bb9276ea You're receiving this email because of your account on gitlab.archlinux.org.
