mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 18:37:13 +08:00
updated libpqxx to version 3.1.1
This commit is contained in:
parent
4522e88eab
commit
8cd1c5710a
@ -4,16 +4,17 @@
|
||||
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=libpqxx
|
||||
pkgver=4.0
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="C++ client API for PostgreSQL"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
url="http://pqxx.org/development/libpqxx/"
|
||||
depends=('postgresql-libs')
|
||||
makedepends=('python2')
|
||||
options=('!libtool')
|
||||
source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('b160043289cfbf2a186d3b12f9976b6914e76d918d3d4469ff408bd199bbb8ed')
|
||||
md5sums=('9f598226dae7dd5f866a50d2143bf189')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user