[arch-commits] Commit in libpqxx/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Aug 7 20:52:01 UTC 2019


    Date: Wednesday, August 7, 2019 @ 20:52:00
  Author: anthraxx
Revision: 359298

upgpkg: libpqxx 6.4.5-1

Modified:
  libpqxx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-07 18:05:14 UTC (rev 359297)
+++ PKGBUILD	2019-08-07 20:52:00 UTC (rev 359298)
@@ -2,7 +2,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=libpqxx
-pkgver=6.4.4
+pkgver=6.4.5
 pkgrel=1
 pkgdesc='C++ client API for PostgreSQL'
 url='http://pqxx.org/development/libpqxx/'
@@ -11,9 +11,9 @@
 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=('6ae3a0113a242db6bb9d998943b7cc23699652d843dab702aa06a8b9330c171a')
-sha512sums=('a168dbc7af210c711fa9f0f6e20d9d3abea167d412a642f591b104a109f11f4c262a27b6919340d405400a58baf7bcc663f7d3ec1b4ecd03f0a4b6c2960b5099')
+source=(https://github.com/jtv/libpqxx/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('86921fdb0fe54495a79d5af2c96f2c771098c31e9b352d0834230fd2799ad362')
+sha512sums=('b6f79c4af93876eaf859626c2deae3b23bd4fa1a438390bc01513ccc48b90565d59588f6977e7475bb7b8dbeb8b1c8ef2a4737d8eb4d15682531fbf78590ed5e')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list