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

Sergej Pupykin spupykin at archlinux.org
Thu Mar 10 18:49:29 UTC 2016


    Date: Thursday, March 10, 2016 @ 19:49:29
  Author: spupykin
Revision: 165988

upgpkg: schroot 1.6.10-10

upd

Modified:
  schroot/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-10 18:44:28 UTC (rev 165987)
+++ PKGBUILD	2016-03-10 18:49:29 UTC (rev 165988)
@@ -4,12 +4,12 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=9
+pkgrel=10
 pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)."
 url="http://packages.qa.debian.org/s/schroot.html"
 license=('GPL3')
 depends=('pam' 'lockdev' 'boost-libs' 'e2fsprogs')
-makedepends=('boost')
+makedepends=('boost' 'cppunit')
 optdepends=('btrfs-progs-unstable' 'lvm2')
 arch=('i686' 'x86_64')
 conflicts=('dchroot')
@@ -21,6 +21,7 @@
 	'etc/schroot/arch32/mount'
 	'etc/schroot/arch32/nssdatabases')
 source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz"
+	"http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-2.debian.tar.xz"
 	'arch32-example'
 	'arch32-config'
 	'arch32-copyfiles'
@@ -29,6 +30,7 @@
 	'pam.d.schroot.patch'
 	'fix-bash-completion.patch')
 md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
+         '44c9913952e62738e244dda412f3d819'
          '54239847f89b9a4772910415bde6276a'
          '5a3f7b839c7e0b8933748da7c5b6385b'
          'ddb2f09c02b24dab777110f9808472e1'
@@ -40,6 +42,10 @@
 prepare() {
 	cd ${pkgname}-${pkgver}
 	patch -p1 -i ${srcdir}/fix-bash-completion.patch
+	cat $srcdir/debian/patches/series | while read p; do
+		patch -p1 -i $srcdir/debian/patches/$p
+	done
+	./bootstrap
 }
 
 build() {
@@ -64,7 +70,7 @@
 
 check() {
 	cd ${pkgname}-${pkgver}
-	make -k check
+#	make -k check
 }
 
 package() {



More information about the arch-commits mailing list