diff options
author | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
commit | 1f9776d421ac40faa59f797893033e99e4f919eb (patch) | |
tree | fd7420e8e8d3b090730fcc01a8ff25d13ad09442 /community/libestr | |
parent | 1fedf1f5d5351aefd88268cba7353c79adac9b8a (diff) |
Sat Apr 20 01:28:56 PDT 2013
Diffstat (limited to 'community/libestr')
-rw-r--r-- | community/libestr/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD index 3d494274e..af365dc03 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 76517 2012-09-21 10:06:06Z spupykin $ +# $Id: PKGBUILD 88518 2013-04-19 10:30:46Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Brian Knox <taotetek@gmail.com> pkgname=libestr -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" @@ -12,7 +12,7 @@ license=('LGPL2.1') depends=() options=(!libtool) source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz") -md5sums=('ee3ff39f421f47b2a9551a7f9011d084') +md5sums=('f180c0cdc82883d161eba3f2e8a34eb4') build() { cd ${srcdir}/${pkgname}-${pkgver} |