Package Details: ocilib 4.2.0-1

Git Clone URL: https://aur.archlinux.org/ocilib.git (read-only, click to copy)
Package Base: ocilib
Description: OCILIB (C and C++ Driver for Oracle)
Upstream URL: https://github.com/vrogier/ocilib
Licenses: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
Submitter: ecraven
Maintainer: ecraven
Last Packager: ecraven
Votes: 1
Popularity: 0.000000
First Submitted: 2016-01-22 23:24 (UTC)
Last Updated: 2016-01-22 23:28 (UTC)

Latest Comments

Eremiell commented on 2017-04-06 18:37 (UTC)

Sadly still doesn't fix my issue with litesql.

Eremiell commented on 2017-04-06 18:36 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index c7e891b..7e504a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Former Maintainer: Milos Negovanovic <milos.negovanovic@gmail.com> pkgname=ocilib -pkgver=4.2.0 +pkgver=4.3.2 pkgrel=1 pkgdesc='OCILIB (C and C++ Driver for Oracle)' arch=('i686' 'x86_64') url='https://github.com/vrogier/ocilib' license=('LGPL2') source=("https://github.com/vrogier/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-gnu.tar.gz") -md5sums=('2705be616149b68419e27dafec0d7010') +sha512sums=('16855b242a46433602c2fd664e4a0748943949852b871a96363918d9a18bfa99257efb199d3b5802988fa3c9bb47c8c48ca27ea07eb7aa9d33f50e6689ec83e8') depends=(oracle-instantclient-sdk) build() { @@ -27,4 +27,3 @@ package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } -