diff options
Diffstat (limited to 'community/libestr/PKGBUILD')
-rw-r--r-- | community/libestr/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD index 69b5a4d80..0c7fdb6a3 100644 --- a/community/libestr/PKGBUILD +++ b/community/libestr/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 88518 2013-04-19 10:30:46Z spupykin $ +# $Id: PKGBUILD 100192 2013-11-01 21:08:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Brian Knox <taotetek@gmail.com> pkgname=libestr pkgver=0.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com/" arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=() -options=(!libtool) source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz") md5sums=('f180c0cdc82883d161eba3f2e8a34eb4') |