diff options
author | root <root@rshg054.dnsready.net> | 2011-11-14 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-14 23:14:50 +0000 |
commit | 3d151dfc8e08b65c2c1d4b5e8081562d56ee7d41 (patch) | |
tree | 6471e323329fc287485206e36e43a9036ccf13d2 /core/run-parts | |
parent | 600d5378dadf22b8517d52ac19500594bce4b66d (diff) |
Mon Nov 14 23:14:50 UTC 2011
Diffstat (limited to 'core/run-parts')
-rw-r--r-- | core/run-parts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/run-parts/PKGBUILD b/core/run-parts/PKGBUILD index 8db863192..3ae03c979 100644 --- a/core/run-parts/PKGBUILD +++ b/core/run-parts/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 136455 2011-08-29 16:51:36Z pierre $ +# $Id: PKGBUILD 142725 2011-11-13 21:03:15Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=run-parts -pkgver=4.0.2 +pkgver=4.0.4 pkgrel=1 pkgdesc='run scripts or programs in a directory' arch=('i686' 'x86_64') url='http://packages.qa.debian.org/d/debianutils.html' license=('GPL') depends=('glibc') -source=("http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz") -sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc') +source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz") +sha256sums=('9a14722c7422c6d16f30c80b74201d9c803beeef2bb4c004964d0979eaa1232f') build() { cd $srcdir/debianutils-$pkgver |