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

Timothy Redaelli tredaelli at archlinux.org
Mon Sep 26 13:32:01 UTC 2016


    Date: Monday, September 26, 2016 @ 13:32:01
  Author: tredaelli
Revision: 190614

upgpkg: snap-confine 1.0.41-1

Modified:
  snap-confine/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 13:10:56 UTC (rev 190613)
+++ PKGBUILD	2016-09-26 13:32:01 UTC (rev 190614)
@@ -3,7 +3,7 @@
 # Contributor: Zygmunt Krynicki <me at zygoon dot pl>
 
 pkgname=snap-confine
-pkgver=1.0.39
+pkgver=1.0.41
 pkgrel=1
 pkgdesc="Confinement system for snap applications"
 arch=('i686' 'x86_64')
@@ -12,19 +12,9 @@
 depends=('bash' 'libseccomp' 'libsystemd')
 makedepends=('python-docutils' 'systemd')
 checkdepends=('indent' 'shellcheck')
-source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
-        "dont-mount-media.patch")
-md5sums=('dfb94eeec2fbf07d27c1341fadf4abb0'
-         '89b887eccd0bf96b7b88f2f86329e085')
+source=("https://github.com/snapcore/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('31bfcbe9affe11fb5fa84b6d4515827a')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Revert "add /media to source_mounts to allow access to mounted devices"
-  # since Arch Linux doesn't have /media directory anymore
-  patch -Np1 -i "$srcdir"/dont-mount-media.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
@@ -35,7 +25,8 @@
     --prefix=/usr \
     --libexecdir=/usr/lib/snapd \
     --disable-apparmor \
-    --enable-nvidia-arch
+    --enable-nvidia-arch \
+    --enable-merged-usr
   make
 }
 



More information about the arch-commits mailing list