diff options
author | root <root@rshg054.dnsready.net> | 2011-11-07 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-07 23:14:55 +0000 |
commit | effb26c3b1f00bf8bea4e2562f07f9a06eb67606 (patch) | |
tree | 428924ac7d0c871e4b7ca1fed9e221e5ef7b8081 /community/libfbclient | |
parent | a4d309341dbcd3c28ee68e818c1d5ef54114adf8 (diff) |
Mon Nov 7 23:14:55 UTC 2011
Diffstat (limited to 'community/libfbclient')
-rwxr-xr-x | community/libfbclient/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libfbclient/PKGBUILD b/community/libfbclient/PKGBUILD index 26409e5a0..d8cccccfa 100755 --- a/community/libfbclient/PKGBUILD +++ b/community/libfbclient/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 48689 2011-06-04 20:28:04Z lcarlier $ +# $Id: PKGBUILD 58129 2011-11-06 19:02:46Z lcarlier $ # Maintainer: Carlier Laurent <lordheavym@gmail.com> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> pkgname=libfbclient -pkgver=2.5.0.26074 -pkgrel=3 +pkgver=2.5.1.26351 +pkgrel=1 pkgdesc="Client library for Firebird." arch=('i686' 'x86_64') url="http://www.firebirdsql.org/" @@ -12,7 +12,7 @@ license=('custom') depends=('gcc-libs' 'icu') source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2 LICENSE) -md5sums=('780f162ee71f087fc277adf09f966529' +md5sums=('1772fba4f09c8fc84d989282405f90fd' '0d61798861e159c85dbdf0f30fe2f2ce') build() { |