diff options
author | root <root@rshg054.dnsready.net> | 2013-05-15 01:14:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-15 01:14:48 -0700 |
commit | 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch) | |
tree | 00044126c105926c03e23c9611be579689db2b8b /community/unifdef | |
parent | 2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff) |
Wed May 15 01:14:48 PDT 2013
Diffstat (limited to 'community/unifdef')
-rw-r--r-- | community/unifdef/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD index 7e25872c7..fd8b122d0 100644 --- a/community/unifdef/PKGBUILD +++ b/community/unifdef/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 88335 2013-04-16 13:31:44Z spupykin $ +# $Id: PKGBUILD 90818 2013-05-14 10:59:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=unifdef -pkgver=2.7 +pkgver=2.8 pkgrel=1 pkgdesc="Remove #ifdef'ed lines" arch=(i686 x86_64) @@ -10,7 +10,7 @@ url="http://dotat.at/prog/unifdef/" license=('GPL') depends=() source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz") -md5sums=('72357e9faa877fe21f5d621d2024a242') +md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4') build() { cd "$srcdir/$pkgname-$pkgver" |