diff --git a/fakeroot-tcp/PKGBUILD b/fakeroot-tcp/PKGBUILD index a3ccd0e..ec662a3 100644 --- a/fakeroot-tcp/PKGBUILD +++ b/fakeroot-tcp/PKGBUILD @@ -1,30 +1,24 @@ -# Maintainer: 4679 +# Maintainer: w0rty +# Contributor: 4679 # Contributor: Bartłomiej Piotrowski # Contributor: Allan McRae # Contributor: Jochem Kossen pkgname=fakeroot-tcp _pkgname=fakeroot -pkgver=1.24 -pkgrel=2 +pkgver=1.25.3 +pkgrel=1 pkgdesc='Tool for simulating superuser privileges,with tcp ipc' arch=('i686' 'x86_64' 'armv7h' 'aarch64') license=('GPL') url="http://packages.debian.org/fakeroot" install=fakeroot.install depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') -makedepends=('po4a' 'automake') +makedepends=('po4a' 'automake' 'autoconf') provides=("${_pkgname}=${pkgver}-${pkgrel}") conflicts=("${_pkgname}") -source=(http://ftp.debian.org/debian/pool/main/f/$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz - silence-dlerror.patch) -md5sums=('964e5f438f1951e5a515dd54edd50fa6' - '5fba0b541b5af39d804265223fda525c') - -prepare() { - cd $_pkgname-$pkgver - patch -p1 -i "$srcdir"/silence-dlerror.patch -} +source=(http://ftp.debian.org/debian/pool/main/f/$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz) +md5sums=('f6104ef6960c962377ef062bf222a1d2') build() { cd $_pkgname-$pkgver