diff options
Diffstat (limited to 'community/libhx/PKGBUILD')
-rw-r--r-- | community/libhx/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libhx/PKGBUILD b/community/libhx/PKGBUILD index 284cd0901..348046f9b 100644 --- a/community/libhx/PKGBUILD +++ b/community/libhx/PKGBUILD @@ -1,11 +1,11 @@ -# $Id$ +# $Id: PKGBUILD 74564 2012-07-30 14:15:35Z 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.12.1' -pkgrel='1' +pkgver=3.13 +pkgrel=1 pkgdesc='A library providing queue, tree, I/O and utility functions' arch=('i686' 'x86_64') url=('http://libhx.sourceforge.net/') @@ -13,7 +13,7 @@ license=('GPL') depends=() options=('!libtool') source=("http://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar.xz") -md5sums=('de66ebb98e73ffd4831090257a7b9533') +md5sums=('3cfb6983e2e7eea20f295c5f2c2c9b03') build() { cd ${srcdir}/libHX-${pkgver} |