diff options
author | root <root@rshg054.dnsready.net> | 2012-08-01 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-01 00:01:57 +0000 |
commit | a71961a43ef48f47d3575915f63099308a18a263 (patch) | |
tree | 7cff98e17a13de6beae6d0a56c0d1bf75a74fb5a /community/libhx | |
parent | 5b3474881a154216b47c6e154552ee5f9c68c509 (diff) |
Wed Aug 1 00:01:57 UTC 2012
Diffstat (limited to 'community/libhx')
-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} |