mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:37:14 +08:00
Reverting libpqxx update
This commit is contained in:
parent
d6e4487668
commit
367e53912c
@ -4,7 +4,7 @@
|
||||
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=libpqxx
|
||||
pkgver=4.0.1
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="C++ client API for PostgreSQL"
|
||||
arch=('x86_64')
|
||||
@ -14,7 +14,7 @@ depends=('postgresql-libs')
|
||||
makedepends=('python2')
|
||||
options=('!libtool')
|
||||
source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2')
|
||||
md5sums=('9f598226dae7dd5f866a50d2143bf189')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user