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

Morten Linderud foxboron at archlinux.org
Sun Sep 13 13:39:39 UTC 2020


    Date: Sunday, September 13, 2020 @ 13:39:39
  Author: foxboron
Revision: 705126

upgpkg: toolbox 0.0.95-2 - Fixes FS#67796 

Modified:
  toolbox/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 13:31:15 UTC (rev 705125)
+++ PKGBUILD	2020-09-13 13:39:39 UTC (rev 705126)
@@ -3,7 +3,7 @@
 
 pkgname=toolbox
 pkgver=0.0.95
-pkgrel=1
+pkgrel=2
 pkgdesc='Unprivileged development environment'
 arch=(x86_64)
 url='https://github.com/containers/toolbox'
@@ -14,6 +14,11 @@
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
+prepare() {
+  cd toolbox
+  git cherry-pick -n 9840ca55a126b332f45f3fc9fbb22552e1fe2d3f
+}
+
 pkgver() {
   cd toolbox
   git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'



More information about the arch-commits mailing list