summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 618853fefc15..0a9d51174a37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 08:13:41 UTC 2017
+# Tue Sep 5 21:50:15 UTC 2017
pkgbase = buildah-git
pkgdesc = A tool which facilitates building OCI images
pkgver = r293.9327431
@@ -7,7 +7,7 @@ pkgbase = buildah-git
url = https://github.com/projectatomic/buildah
arch = x86_64
arch = i686
- license = Apache-2.0
+ license = Apache
makedepends = go
makedepends = git
makedepends = bash-bats
@@ -19,6 +19,8 @@ pkgbase = buildah-git
makedepends = go-md2man
makedepends = runc
makedepends = skopeo
+ provides = buildah
+ conflicts = buildah
source = git://github.com/projectatomic/buildah.git
sha256sums = SKIP
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')