diff options
author | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
commit | 859f538490d5f7a35356c8813cf5757b175eea98 (patch) | |
tree | f3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/moreutils | |
parent | 70b4878648fd376433739bd5c835503f6301a5b2 (diff) |
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/moreutils')
-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 50591ba03..7a1bae427 100644 --- a/community/moreutils/PKGBUILD +++ b/community/moreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 44097 2011-04-02 12:06:41Z spupykin $ +# $Id: PKGBUILD 58952 2011-11-20 18:08:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> pkgname=moreutils -pkgver=0.44 +pkgver=0.45 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') options=('!emptydirs' 'zipman') replaces=(moreutils-svn) source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('a3fb0b1393c381aae88d8139400c24dc') +md5sums=('b30306cd7312219551b890fbcbf984c4') build() { cd $srcdir/moreutils |