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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Dec 12 20:57:26 UTC 2019


    Date: Thursday, December 12, 2019 @ 20:57:25
  Author: bpiotrowski
Revision: 537476

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 20:57:20 UTC (rev 537475)
+++ PKGBUILD	2019-12-12 20:57:25 UTC (rev 537476)
@@ -1,28 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=toolbox
-pkgver=0.0.16
-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=2a2867789d508f29191e718e25f8704cbd69246b  # tags/0.0.16^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 537475, toolbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-12 20:57:25 UTC (rev 537476)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list