From c99d076acd56c185a13da35ca4c35cf37a4fbd27 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 2 May 2019 12:43:35 +0200 Subject: [PATCH] bubblewrap: update to 0.3.3. --- srcpkgs/bubblewrap/patches/man-chdir.patch | 28 ---------------------- srcpkgs/bubblewrap/template | 4 ++-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/bubblewrap/patches/man-chdir.patch diff --git a/srcpkgs/bubblewrap/patches/man-chdir.patch b/srcpkgs/bubblewrap/patches/man-chdir.patch deleted file mode 100644 index 62729ff9079..00000000000 --- a/srcpkgs/bubblewrap/patches/man-chdir.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 591b9dd90f50511b4208fa99b173273c7c0c3dcd Mon Sep 17 00:00:00 2001 -From: Simon McVittie -Date: Mon, 1 Oct 2018 10:39:39 +0100 -Subject: [PATCH] man page: Describe --chdir, not nonexistent --cwd - -Fixes: https://github.com/projectatomic/bubblewrap/issues/291 -Signed-off-by: Simon McVittie - -Closes: #292 -Approved by: cgwalters ---- - bwrap.xml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/bwrap.xml b/bwrap.xml -index a95eac1..72c8bbd 100644 ---- bwrap.xml -+++ bwrap.xml -@@ -344,7 +344,7 @@ - - HOME - -- Used as the cwd in the sandbox if has not been -+ Used as the cwd in the sandbox if has not been - explicitly specified and the current cwd is not present inside the sandbox. - The option can be used to override the value - that is used here. - diff --git a/srcpkgs/bubblewrap/template b/srcpkgs/bubblewrap/template index dbbee82e84c..6cc71b9faea 100644 --- a/srcpkgs/bubblewrap/template +++ b/srcpkgs/bubblewrap/template @@ -1,6 +1,6 @@ # Template file for 'bubblewrap' pkgname=bubblewrap -version=0.3.1 +version=0.3.3 revision=1 build_style=gnu-configure hostmakedepends="automake libxslt docbook-xsl pkg-config" @@ -10,7 +10,7 @@ maintainer="Duncaen " license="LGPL-2.0-or-later" homepage="https://github.com/projectatomic/bubblewrap" distfiles="https://github.com/projectatomic/bubblewrap/archive/v${version}.tar.gz" -checksum=3757cb021d1a3ccc36828a58363817e1923c458ed03260d0c2b3a99da61bfb81 +checksum=439e4cd84d9d19c9e5b0c6aa0f0c3a55bbb893ae5ec112a5b575eadd2165f039 pre_configure() { autoreconf -fi