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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Oct 10 06:40:57 UTC 2017


    Date: Tuesday, October 10, 2017 @ 06:40:56
  Author: bpiotrowski
Revision: 307243

0.2.0-1: new upstream release

Modified:
  bubblewrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-10 06:38:01 UTC (rev 307242)
+++ PKGBUILD	2017-10-10 06:40:56 UTC (rev 307243)
@@ -2,16 +2,16 @@
 # Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=bubblewrap
-pkgver=0.1.8
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='Unprivileged sandboxing tool'
 url='https://github.com/projectatomic/bubblewrap'
 arch=(i686 x86_64)
 license=(GPL)
-depends=(glibc)
+depends=(glibc libcap)
 makedepends=(libxslt docbook-xsl)
 source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
-sha256sums=('4c1c7f71821e378ac3800de6c1124ed267844a4849f95e557f2e378ed53ddebf')
+sha256sums=('ccb61a3718b927765dafd3587c5b619d28c39a3f8b05a4b41e93b2fb2c181c2a')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list