diff options
author | root <root@rshg054.dnsready.net> | 2011-09-12 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-12 23:14:44 +0000 |
commit | b3a841a1f66eff75be29fba090b83ce4322d4721 (patch) | |
tree | f91ebd6bbbf3590fc3ca861c5b209e408d22b39b /community/libconfig | |
parent | 1d2f1a1e70011a41d17f2f16d5e90c491ccdabb8 (diff) |
Mon Sep 12 23:14:44 UTC 2011
Diffstat (limited to 'community/libconfig')
-rw-r--r-- | community/libconfig/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libconfig/PKGBUILD b/community/libconfig/PKGBUILD index 64fd9a145..901b7e443 100644 --- a/community/libconfig/PKGBUILD +++ b/community/libconfig/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 43902 2011-03-31 09:30:15Z spupykin $ +# $Id: PKGBUILD 55398 2011-09-11 21:17:02Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Roman Kyrylych <roman@archlinux.org> # Contributor: scippio <scippio@seznam.cz> pkgname=libconfig -pkgver=1.4.7 +pkgver=1.4.8 pkgrel=1 pkgdesc="C/C++ Configuration File Library" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('gcc-libs' 'texinfo') install=libconfig.install options=('!libtool' '!emptydirs' 'zipman') source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz) -md5sums=('d57da7a91aadbfd53afedb5c1bade5f4') +md5sums=('36788da452e9fcfc8efb7661ef5d31ef') build() { cd ${srcdir}/$pkgname-$pkgver |