Date: Wednesday, May 22, 2019 @ 21:56:53 Author: anthraxx Revision: 353885
upgpkg: libpqxx 6.4.4-1 Modified: libpqxx/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-22 21:55:31 UTC (rev 353884) +++ PKGBUILD 2019-05-22 21:56:53 UTC (rev 353885) @@ -2,7 +2,7 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=libpqxx -pkgver=6.2.5 +pkgver=6.4.4 pkgrel=1 pkgdesc='C++ client API for PostgreSQL' url='http://pqxx.org/development/libpqxx/' @@ -10,9 +10,10 @@ license=('custom') depends=('postgresql-libs>=9.1') makedepends=('python2' 'xmlto' 'doxygen') +provides=('libpqxx.so') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jtv/libpqxx/archive/${pkgver}.tar.gz) -sha256sums=('36fcf8439ac7f7cc68b21e95b20e921ece4487cda1cc1d09b798a84e7cb3a4b7') -sha512sums=('6d32136799d0ab744c7dcdd2656951cc076f3a416f903ca0d6bf3a8e6b0043d37fa73bbf19c2861647475b048f23988dcbd2f7a677a43912811ee027a1f26452') +sha256sums=('6ae3a0113a242db6bb9d998943b7cc23699652d843dab702aa06a8b9330c171a') +sha512sums=('a168dbc7af210c711fa9f0f6e20d9d3abea167d412a642f591b104a109f11f4c262a27b6919340d405400a58baf7bcc663f7d3ec1b4ecd03f0a4b6c2960b5099') prepare() { cd ${pkgname}-${pkgver} @@ -21,7 +22,9 @@ build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-shared + ./configure \ + --prefix=/usr \ + --enable-shared make }
