Date: Saturday, December 9, 2017 @ 12:25:39 Author: bpiotrowski Revision: 311973
4.8.3-1: new upstream release Modified: run-parts/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-09 12:24:25 UTC (rev 311972) +++ PKGBUILD 2017-12-09 12:25:39 UTC (rev 311973) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=run-parts -pkgver=4.8.1 +pkgver=4.8.3 pkgrel=1 pkgdesc='run scripts or programs in a directory' arch=('x86_64') @@ -9,17 +9,17 @@ url='http://packages.qa.debian.org/d/debianutils.html' license=('GPL') depends=('glibc') -source=("https://sources.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.xz") -sha256sums=('2c395c0bdcfe89de30828b1d25cc5549ded5225a6d3625fbcb2cc0881ef5f026') +source=("http://http.debian.net/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.xz") +sha256sums=('7102246d1c35260ed7f0458a9886acf655c379d14908415574494cdea45e28fb') build() { - cd $srcdir/debianutils-$pkgver + cd $srcdir/debianutils ./configure --prefix=/usr make run-parts } package() { - cd $srcdir/debianutils-$pkgver + cd $srcdir/debianutils install -D -m755 run-parts $pkgdir/usr/bin/run-parts install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 for l in po4a/*/run-parts.8; do
