summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-08-11 17:58:01 -0500
committerGary DeLaney2015-08-11 17:58:01 -0500
commit2583dfe8beb06414af074771c39727fec2b7172d (patch)
treeb1ea259d9cd994a2f938c1f5d88b87866d6e6de8
parentf1fe78231d92bbce886519e340821afaaf8d0c4f (diff)
downloadaur-2583dfe8beb06414af074771c39727fec2b7172d.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e7b1e1e044..c5ad030e5758 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = bake-sl
makedepends = vala
provides = bake
conflicts = bake-sl
+ conflicts = bake
source = https://launchpad.net/bake/0.1/0.1.49/+download/bake-0.1.49.tar.gz
source = https://github.com/semplice/bake/compare/gir_lookup.patch
source = https://github.com/semplice/bake/compare/python_version.patch
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"