Date: Tuesday, July 3, 2018 @ 09:57:54 Author: bpiotrowski Revision: 350722
1.1-1 Modified: buildah/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-03 09:45:51 UTC (rev 350721) +++ PKGBUILD 2018-07-03 09:57:54 UTC (rev 350722) @@ -2,7 +2,7 @@ # Maintainer: Bartłomiej Piotrowski <[email protected]> pkgname=buildah -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="A tool which facilitates building OCI images" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(ostree runc) makedepends=('go-pie' 'git' 'bash-bats' 'btrfs-progs' 'device-mapper' 'gpgme' 'libassuan' 'bzip2' 'go-md2man' 'runc' 'skopeo') -_commit=1ab80bcd88929a94c52268a5af8443c0055a42cb # tags/V1.0 +_commit=fbf46d33c4e01199281c7a69e68605ec7d611fd3 # tags/v1.1 source=(git://github.com/projectatomic/buildah.git#commit=$_commit 0001-Revert-ostree-add-selinux-label-for-each-file.patch) md5sums=('SKIP'
