mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-24 23:10:40 +08:00
autoupdate: fakeroot-tcp to 1.25.3-1 from aur
This commit is contained in:
parent
d9e83e62e1
commit
b09e3cf1a8
1 changed files with 7 additions and 13 deletions
|
@ -1,30 +1,24 @@
|
||||||
# Maintainer: 4679 <admin@libnull.com>
|
# Maintainer: w0rty <mawo97 at gmail.com>
|
||||||
|
# Contributor: 4679 <admin@libnull.com>
|
||||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||||
# Contributor: Allan McRae <allan@archlinux.org>
|
# Contributor: Allan McRae <allan@archlinux.org>
|
||||||
# Contributor: Jochem Kossen <j.kossen@home.nl>
|
# Contributor: Jochem Kossen <j.kossen@home.nl>
|
||||||
|
|
||||||
pkgname=fakeroot-tcp
|
pkgname=fakeroot-tcp
|
||||||
_pkgname=fakeroot
|
_pkgname=fakeroot
|
||||||
pkgver=1.24
|
pkgver=1.25.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Tool for simulating superuser privileges,with tcp ipc'
|
pkgdesc='Tool for simulating superuser privileges,with tcp ipc'
|
||||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://packages.debian.org/fakeroot"
|
url="http://packages.debian.org/fakeroot"
|
||||||
install=fakeroot.install
|
install=fakeroot.install
|
||||||
depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
|
depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
|
||||||
makedepends=('po4a' 'automake')
|
makedepends=('po4a' 'automake' 'autoconf')
|
||||||
provides=("${_pkgname}=${pkgver}-${pkgrel}")
|
provides=("${_pkgname}=${pkgver}-${pkgrel}")
|
||||||
conflicts=("${_pkgname}")
|
conflicts=("${_pkgname}")
|
||||||
source=(http://ftp.debian.org/debian/pool/main/f/$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz
|
source=(http://ftp.debian.org/debian/pool/main/f/$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz)
|
||||||
silence-dlerror.patch)
|
md5sums=('f6104ef6960c962377ef062bf222a1d2')
|
||||||
md5sums=('964e5f438f1951e5a515dd54edd50fa6'
|
|
||||||
'5fba0b541b5af39d804265223fda525c')
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd $_pkgname-$pkgver
|
|
||||||
patch -p1 -i "$srcdir"/silence-dlerror.patch
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_pkgname-$pkgver
|
cd $_pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue