[arch-commits] Commit in toolbox/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Jan 15 14:11:01 UTC 2020


    Date: Wednesday, January 15, 2020 @ 14:11:01
  Author: bpiotrowski
Revision: 552630

archrelease: copy trunk to community-any

Added:
  toolbox/repos/community-any/PKGBUILD
    (from rev 552629, toolbox/trunk/PKGBUILD)
Deleted:
  toolbox/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 14:10:56 UTC (rev 552629)
+++ PKGBUILD	2020-01-15 14:11:01 UTC (rev 552630)
@@ -1,28 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=toolbox
-pkgver=0.0.17
-pkgrel=1
-pkgdesc='Unprivileged development environment'
-arch=(any)
-url='https://github.com/containers/toolbox'
-license=(APACHE)
-depends=(podman bash)
-makedepends=(shellcheck go-md2man bash-completion ninja git meson)
-_commit=7f5ac939e813272d439bf8ca3958f138b0300639  # tags/0.0.17^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd toolbox
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  arch-meson toolbox build -D profile_dir=/etc/profile.d
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: toolbox/repos/community-any/PKGBUILD (from rev 552629, toolbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-15 14:11:01 UTC (rev 552630)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=toolbox
+pkgver=0.0.18
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(any)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash)
+makedepends=(shellcheck go-md2man bash-completion ninja git meson)
+_commit=7b460e390d7e5f8a90038c9d0f03a56dc622bd1c  # tags/0.0.18^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  arch-meson toolbox build -D profile_dir=/etc/profile.d
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list