summaryrefslogtreecommitdiffstats
path: root/abs/extra
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-16 18:33:00 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-16 18:33:00 (GMT)
commit03cd3869c1b675a2c63b4b483d8da9fe3e058110 (patch)
tree63a4f89c50ceb0264cc72a49d3f8cae3d1d0229e /abs/extra
parente5964f928b92018a912288591d43d44b64a26c22 (diff)
downloadlinhes_pkgbuild-03cd3869c1b675a2c63b4b483d8da9fe3e058110.zip
linhes_pkgbuild-03cd3869c1b675a2c63b4b483d8da9fe3e058110.tar.gz
linhes_pkgbuild-03cd3869c1b675a2c63b4b483d8da9fe3e058110.tar.bz2
fakechroot: update to 2.17.2. refs #961
Diffstat (limited to 'abs/extra')
-rw-r--r--abs/extra/fakechroot/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/abs/extra/fakechroot/PKGBUILD b/abs/extra/fakechroot/PKGBUILD
index 4cdd8c9..853268e 100644
--- a/abs/extra/fakechroot/PKGBUILD
+++ b/abs/extra/fakechroot/PKGBUILD
@@ -3,25 +3,17 @@
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=fakechroot
-pkgver=2.16
-pkgrel=3
+pkgver=2.17.2
+pkgrel=1
pkgdesc="Gives a fake chroot environment"
arch=('i686' 'x86_64')
-url="https://github.com/fakechroot/fakechroot/wiki"
+url="https://github.com/dex4er/fakechroot/wiki"
license=('LGPL')
-options=('!libtool')
install=fakechroot.install
-source=(https://github.com/downloads/fakechroot/fakechroot/fakechroot-${pkgver}.tar.gz)
-md5sums=('3ea5efb76664e787450e0cfcefc1b807')
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('e614f62972efa4654fc780ae7e4affad')
-prepare() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # https://github.com/fakechroot/fakechroot/issues/10
- sed -i "s#usr/sbin/chroot#usr/bin/chroot#" test/testtree.sh test/t/chroot.t
-}
-
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sbindir=/usr/bin \