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

Timothy Redaelli tredaelli at archlinux.org
Mon Jul 25 15:27:47 UTC 2016


    Date: Monday, July 25, 2016 @ 15:27:46
  Author: tredaelli
Revision: 183995

upgpkg: snap-confine 1.0.38-2

Changed path to /usr/lib/snapd as upstream

Modified:
  snap-confine/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-25 14:52:42 UTC (rev 183994)
+++ PKGBUILD	2016-07-25 15:27:46 UTC (rev 183995)
@@ -4,7 +4,7 @@
 
 pkgname=snap-confine
 pkgver=1.0.38
-pkgrel=1
+pkgrel=2
 pkgdesc="Confinement system for snap applications"
 arch=('i686' 'x86_64')
 url="git://github.com/snapcore/snap-confine"
@@ -29,14 +29,12 @@
   cd "$pkgname-$pkgver"
 
   # Confinement is disabled because arch doesn't yet have all the supporting
-  # kernel patches. Rootfs is core snap is enabled because that is the
-  # preferred way to create runtime environment for snaps. Nvidia support is
-  # enabled to support proprietary nvidia drivers.
+  # kernel patches.
+  # Nvidia support is enabled to support proprietary nvidia drivers.
   ./configure \
     --prefix=/usr \
-    --libexecdir=/usr/lib/snap-confine \
+    --libexecdir=/usr/lib/snapd \
     --disable-apparmor \
-    --enable-rootfs-is-core-snap \
     --enable-nvidia-arch
   make
 }



More information about the arch-commits mailing list