diff options
Diffstat (limited to 'community/libestr/PKGBUILD')
-rw-r--r-- | community/libestr/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD index de3465b94..d779bb0f1 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 62740 2012-01-25 15:38:28Z spupykin $ +# $Id: PKGBUILD 76517 2012-09-21 10:06:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Brian Knox <taotetek@gmail.com> pkgname=libestr -pkgver=0.1.2 -pkgrel=2 +pkgver=0.1.4 +pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('LGPL2.1') depends=() options=(!libtool) source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz") -md5sums=('30ec4054155dc7d7e9b06418181c4f12') +md5sums=('ee3ff39f421f47b2a9551a7f9011d084') build() { cd ${srcdir}/${pkgname}-${pkgver} |