[arch-commits] Commit in buildah/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Feb 29 13:03:23 UTC 2020
Date: Saturday, February 29, 2020 @ 13:03:23
Author: foxboron
Revision: 586848
upgpkg: buildah 1.14.1-1
Modified:
buildah/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-29 12:02:13 UTC (rev 586847)
+++ PKGBUILD 2020-02-29 13:03:23 UTC (rev 586848)
@@ -2,16 +2,16 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=buildah
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="A tool which facilitates building OCI images"
arch=(x86_64)
url="https://github.com/containers/buildah"
license=(Apache)
-depends=(ostree runc skopeo slirp4netns)
+depends=(runc skopeo slirp4netns)
makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
bzip2 go-md2man runc skopeo)
-_commit=5965d9acffad0b70e8760de643b5f488ecadec24 # tags/v1.13.2
+_commit=9ad0d219308ec6714842893bd4c695529804b711 # tags/v1.14.1
source=(git://github.com/containers/buildah.git#commit=$_commit)
md5sums=('SKIP')
@@ -24,11 +24,12 @@
cd $pkgname
export GOFLAGS="-trimpath"
export CGO_LDFLAGS="$LDFLAGS"
- make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+ make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
}
package() {
cd $pkgname
make DESTDIR="$pkgdir" PREFIX=usr install
+ make DESTDIR="$pkgdir" PREFIX=usr install.completions
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
More information about the arch-commits
mailing list