[arch-commits] Commit in toolbox/repos/community-any (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Oct 30 13:06:35 UTC 2019
Date: Wednesday, October 30, 2019 @ 13:06:34
Author: bpiotrowski
Revision: 520980
archrelease: copy trunk to community-any
Added:
toolbox/repos/community-any/PKGBUILD
(from rev 520979, toolbox/trunk/PKGBUILD)
Deleted:
toolbox/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-30 13:06:31 UTC (rev 520979)
+++ PKGBUILD 2019-10-30 13:06:34 UTC (rev 520980)
@@ -1,28 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=toolbox
-pkgver=0.0.15
-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=0ee5b592a2a82cbff0171405d782783e17f4f579
-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 520979, toolbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-30 13:06:34 UTC (rev 520980)
@@ -0,0 +1,28 @@
+# 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
+}
More information about the arch-commits
mailing list