summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-08-11 17:53:53 -0500
committerGary DeLaney2015-08-11 17:53:53 -0500
commit2de14667cb6e08d3b562b6e51c3cca9da1486b6a (patch)
treeaf0703d171783fd7f320849b10f47ea5cea81b67
parent720e9a589a7f6e2b7f3afd0572fd002eed9c1c3b (diff)
downloadaur-2de14667cb6e08d3b562b6e51c3cca9da1486b6a.tar.gz
initial commit
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe07406f5cdb..dcdfbfd776f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="An easy to use build system. Designed to be make/autotools for the 21st
arch=('i686' 'x86_64')
url="https://launchpad.net/bake"
license=("GPL3")
-provides=("${pkgname%-sl}")
-conflicts=("${pkgname%}" "${pkgname%-sl}")
+provides=("bake")
+conflicts=("${pkgname%}")
makedepends=('itstool' 'vala')
source=("https://launchpad.net/bake/0.1/${pkgver}/+download/bake-${pkgver}.tar.gz"
"https://github.com/semplice/bake/compare/gir_lookup.patch"