summaryrefslogtreecommitdiff
path: root/community/schroot
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
committerroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
commitbf35116f9d203dcafce808a6c7b3dd5a0db8afbc (patch)
treef9551a1d3c67d2113cc5fc5c3f8816bcbaad0540 /community/schroot
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Tue Aug 2 04:35:55 UTC 2011
Diffstat (limited to 'community/schroot')
-rw-r--r--community/schroot/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD
index 949227809..0e13a1e1a 100644
--- a/community/schroot/PKGBUILD
+++ b/community/schroot/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 47626 2011-05-24 13:55:50Z tdziedzic $
+# $Id: PKGBUILD 52459 2011-07-25 20:06:11Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=schroot
-pkgver=1.4.22
+pkgver=1.4.23
pkgrel=1
pkgdesc="Allows users to execute shell commands under different root filesystems. \
(Successor to dchroot)."
@@ -24,7 +24,7 @@ source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.
'script-arch32'
'copyfiles-arch32'
'mount-arch32')
-md5sums=('0dde4c76b1623cc277d92f8dc06109d1'
+md5sums=('73873e0fee83a45655ed8efa246a1e26'
'8e86445e188129232e1782d978dfc967'
'd4558d5691fbdaa46ce669e8f327133b'
'f0d5d5b5e34a860f6f90b5628c680f46')
@@ -45,6 +45,12 @@ build() {
make
}
+check() {
+ cd ${pkgname}-${pkgver}
+
+ make -k check
+}
+
package() {
cd ${pkgname}-${pkgver}