summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01d0a2f51fcd..0a2af25c18b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,13 @@ pkgrel=1
pkgdesc="A tool which facilitates building OCI images"
arch=('x86_64' 'i686')
url="https://github.com/projectatomic/buildah"
-license=('Apache-2.0')
+license=('Apache')
makedepends=('go' 'git' 'bash-bats'
'btrfs-progs' 'device-mapper'
'gpgme' 'libassuan' 'bzip2'
'go-md2man' 'runc' 'skopeo')
+provides=("buildah")
+conflicts=("buildah")
source=("git://github.com/projectatomic/buildah.git")
sha256sums=('SKIP')