diff options
author | root <root@rshg054.dnsready.net> | 2013-08-20 02:15:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-20 02:15:20 -0700 |
commit | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (patch) | |
tree | 91f021858c2e33e1a6633c12b80e54105fd7500b /community/moreutils/PKGBUILD | |
parent | 26606f981048ee9efcda690b619d3c53501a7a58 (diff) |
Tue Aug 20 02:14:51 PDT 2013
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 c2a552c34..d548da25a 100644 --- a/community/moreutils/PKGBUILD +++ b/community/moreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 90575 2013-05-13 09:53:46Z spupykin $ +# $Id: PKGBUILD 96061 2013-08-19 13:38:56Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> pkgname=moreutils -pkgver=0.48 +pkgver=0.49 pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') options=('!emptydirs' 'zipman') replaces=(moreutils-svn) source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('c6f1eb13132a88ce053be709aa2625d2') +md5sums=('29b49e70fec35b28df24b25eb3e0fd29') build() { cd $srcdir/$pkgname |