summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarc Mettke2017-05-16 06:15:39 +0200
committerMarc Mettke2017-05-16 06:15:39 +0200
commit392becc76b419efa77b5e374e50d97234cd054fe (patch)
tree4fe284ea78739a96615a0d101385abd721b47958 /PKGBUILD
parentf49df1f109985bfe7c5ce0e275602ffd80e039c6 (diff)
downloadaur-392becc76b419efa77b5e374e50d97234cd054fe.tar.gz
[lxc-selinux] 1:2.0.8-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7bb16c87af2..3a400887aa2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=lxc-selinux
epoch=1
pkgver=2.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Containers"
arch=('i686' 'x86_64')
url="http://linuxcontainers.org"
@@ -30,12 +30,14 @@ validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
source=("https://linuxcontainers.org/downloads/lxc/${pkgname/-selinux}-${pkgver}.tar.gz"{,.asc}
"lxc.tmpfiles.d"
"lxc.service"
- "lxc-auto.service")
+ "lxc-auto.service"
+ "https://github.com/lxc/lxc/commit/57927bf2550feccadba2127a193023e7c54d9ca4.patch")
sha256sums=('0d8e34b302cfe4c40c6c9ae5097096aa5cc2c1dfceea3f0f22e3e16c4a4e8494'
'SKIP'
'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
- '4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
+ '4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0'
+ '3f5017b4aa67dd85506a58b70badfd22ceec2f9a3347dbf057a4013bba1e5b50')
prepare() {
cd "$srcdir/${pkgname/-selinux}-${pkgver/_/-}"
@@ -51,6 +53,7 @@ prepare() {
sed -i \
-e "s|name='_lxc'|name='lxc'|" \
src/python-lxc/setup.py.in
+ patch -p1 -i $srcdir/*.patch
}
build() {