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

Sergej Pupykin spupykin at archlinux.org
Mon May 15 15:06:22 UTC 2017


    Date: Monday, May 15, 2017 @ 15:06:21
  Author: spupykin
Revision: 228102

upgpkg: lxc 1:2.0.8-2: try to fix FS#54024

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-15 14:55:39 UTC (rev 228101)
+++ PKGBUILD	2017-05-15 15:06:21 UTC (rev 228102)
@@ -8,7 +8,7 @@
 pkgname=lxc
 epoch=1
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org"
@@ -27,12 +27,14 @@
 source=("https://linuxcontainers.org/downloads/$pkgname-${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-${pkgver/_/-}"
@@ -48,6 +50,7 @@
   sed -i \
     -e "s|name='_lxc'|name='lxc'|" \
     src/python-lxc/setup.py.in
+  patch -p1 -i $srcdir/*.patch
 }
 
 build() {



More information about the arch-commits mailing list