summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGary DeLaney2015-08-11 17:58:01 -0500
committerGary DeLaney2015-08-11 17:58:01 -0500
commit2583dfe8beb06414af074771c39727fec2b7172d (patch)
treeb1ea259d9cd994a2f938c1f5d88b87866d6e6de8 /PKGBUILD
parentf1fe78231d92bbce886519e340821afaaf8d0c4f (diff)
downloadaur-2583dfe8beb06414af074771c39727fec2b7172d.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f3a8505b0c3..7ba452e1b6a9 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=("bake")
-conflicts=("${pkgname%}")
+provides=("${pkgname%-sl}")
+conflicts=("${pkgname%}" "${pkgname%-sl}")
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"