diff options
Diffstat (limited to 'community/libhx/PKGBUILD')
-rw-r--r-- | community/libhx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libhx/PKGBUILD b/community/libhx/PKGBUILD index a93de18fe..ed40ebd4e 100644 --- a/community/libhx/PKGBUILD +++ b/community/libhx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80149 2012-11-16 20:29:24Z spupykin $ +# $Id: PKGBUILD 89905 2013-05-05 14:47:57Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Max Roder <maxroder@web.de> # Contributor: Nathan Owe <ndowens.aur at gmail dot com> pkgname='libhx' -pkgver=3.14 +pkgver=3.15 pkgrel=1 pkgdesc='A library providing queue, tree, I/O and utility functions' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=() options=('!libtool') source=("http://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar.xz") -md5sums=('a2a2dd32aaff33234e53517c6afd694a') +md5sums=('0165d6aa994a094b2a170d93a48599e0') build() { cd ${srcdir}/libHX-${pkgver} |