mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Fixed fakeroot PKGBUILD
This commit is contained in:
parent
f91ecd42a5
commit
be9bb364c6
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ arch=('arm')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://packages.debian.org/fakeroot"
|
url="http://packages.debian.org/fakeroot"
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
install=fakeroot.install
|
|
||||||
depends=('glibc' 'filesystem' 'grep' 'sed' 'sh')
|
depends=('glibc' 'filesystem' 'grep' 'sed' 'sh')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz)
|
source=(http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz)
|
||||||
|
|
Loading…
Reference in a new issue