diff options
author | root <root@rshg054.dnsready.net> | 2012-07-24 00:01:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-24 00:01:46 +0000 |
commit | 56913dc8679143308408596f2872f3894b3ab9d0 (patch) | |
tree | 6a8108f4290a1841aacb64924af58ad547790aa5 /community/moreutils/PKGBUILD | |
parent | a65eb6fe2ea0ffa22c65de34506c88aeeb3c88ee (diff) |
Tue Jul 24 00:01:46 UTC 2012
Diffstat (limited to 'community/moreutils/PKGBUILD')
-rw-r--r-- | community/moreutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/moreutils/PKGBUILD b/community/moreutils/PKGBUILD index 1f1772ccf..42d2ad40c 100644 --- a/community/moreutils/PKGBUILD +++ b/community/moreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 72927 2012-06-25 09:00:21Z spupykin $ +# $Id: PKGBUILD 74174 2012-07-22 18:31:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> pkgname=moreutils -pkgver=0.46 +pkgver=0.47 pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('perl-timedate' 'perl-time-duration' 'perl-ipc-run') options=('!emptydirs' 'zipman') replaces=(moreutils-svn) source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('658f9cc6b6dcc0b50dcff714e13b22dc') +md5sums=('4cd3b41a90d07166632942e173ac5ce2') build() { cd $srcdir/moreutils |