[arch-commits] Commit in fakechroot/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Fri Dec 13 11:43:09 UTC 2013


    Date: Friday, December 13, 2013 @ 12:43:09
  Author: allan
Revision: 201500

upgpkg: fakechroot 2.17.1-1

upstream update

Modified:
  fakechroot/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-13 07:56:25 UTC (rev 201499)
+++ PKGBUILD	2013-12-13 11:43:09 UTC (rev 201500)
@@ -3,24 +3,17 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=fakechroot
-pkgver=2.16
-pkgrel=3
+pkgver=2.17.1
+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')
 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=('3c17eff0c854a77f98b4d0db086bc5bc')
 
 
-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 \
@@ -30,7 +23,7 @@
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+  make -j1 check
 }
   
 package() {




More information about the arch-commits mailing list