diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-24 14:34:05 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-24 14:34:05 +0100 |
commit | ee6ba8d4dcf31aa630641953009a27b3fd700faa (patch) | |
tree | e0b23465af10683570926837a56ade01adc17307 /community/schroot | |
parent | d090dd0cd7b9488aebc92281720a0c5804950f32 (diff) | |
parent | c65624e6d74bffd70dcd67cc28448b5a50596efb (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ecryptfs-utils/PKGBUILD
community/pylibacl/PKGBUILD
extra/kwebkitpart/PKGBUILD
extra/php/PKGBUILD
extra/qhull/PKGBUILD
kde-unstable/kdegames-kigo/PKGBUILD
kde-unstable/kdeutils-print-manager/PKGBUILD
Diffstat (limited to 'community/schroot')
-rw-r--r-- | community/schroot/PKGBUILD | 6 | ||||
-rw-r--r-- | community/schroot/arch32-example | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index eae01ab4f..d9728ce84 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80297 2012-11-19 14:37:12Z spupykin $ +# $Id: PKGBUILD 80475 2012-11-22 15:02:06Z spupykin $ # 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.6.3 -pkgrel=2 +pkgrel=3 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') @@ -30,7 +30,7 @@ source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}. 'fix-bash-completion.patch') md5sums=('f6b1badef213ce8e9ef37bb3fc213390' 'a8d77cac806a0a9adef3f93cdbeb280a' - '1e34db5387c4e5de911e15d8a9208bdb' + '54239847f89b9a4772910415bde6276a' '5a3f7b839c7e0b8933748da7c5b6385b' 'ddb2f09c02b24dab777110f9808472e1' 'f0d5d5b5e34a860f6f90b5628c680f46' diff --git a/community/schroot/arch32-example b/community/schroot/arch32-example index 3f059e3c0..4781914b1 100644 --- a/community/schroot/arch32-example +++ b/community/schroot/arch32-example @@ -5,6 +5,6 @@ directory=/opt/arch32 #users=username groups=users root-groups=root -script-config=arch32/config +profile=arch32 personality=linux32 #aliases=32,i686 |