diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 19:48:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 19:48:00 -0300 |
commit | 37c6b66933676a18529b4e647d1a79a626900512 (patch) | |
tree | 71c20974a4371e5bb41d2fa4faa807a73f12f8b8 /community/libestr/PKGBUILD | |
parent | a3574b9529a82018664ff6e810d7d81b2bb4eb75 (diff) | |
parent | 0297e16d6d46f426939811847e72539d15bbf12d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/qt/PKGBUILD
testing/systemd/PKGBUILD
testing/systemd/use-split-usr-path.patch
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} |