[arch-commits] Commit in bubblewrap/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Aug 1 08:54:10 UTC 2018
Date: Wednesday, August 1, 2018 @ 08:54:10
Author: bpiotrowski
Revision: 329922
archrelease: copy trunk to extra-x86_64
Added:
bubblewrap/repos/extra-x86_64/PKGBUILD
(from rev 329921, bubblewrap/trunk/PKGBUILD)
Deleted:
bubblewrap/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-01 08:54:06 UTC (rev 329921)
+++ PKGBUILD 2018-08-01 08:54:10 UTC (rev 329922)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=bubblewrap
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Unprivileged sandboxing tool'
-url='https://github.com/projectatomic/bubblewrap'
-arch=(x86_64)
-license=(GPL)
-depends=(glibc libcap)
-makedepends=(libxslt docbook-xsl)
-source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
-sha256sums=('54b8c805b0ed5c961f6975589c7343b9c3bf1a8987e1593683c670edeee31fe2')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --with-priv-mode=setuid
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: bubblewrap/repos/extra-x86_64/PKGBUILD (from rev 329921, bubblewrap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-01 08:54:10 UTC (rev 329922)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=bubblewrap
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=(x86_64)
+license=(GPL)
+depends=(glibc libcap)
+makedepends=(libxslt docbook-xsl)
+source=($url/releases/download/v$pkgver/bubblewrap-${pkgver}.tar.xz)
+sha256sums=('c8e52870b54a10235174775e03164b2a9253e19cb3a95b3e4bd9e2d84b9eaf2c')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --with-priv-mode=setuid
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list