summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-08-10 15:50:51 -0500
committerGary DeLaney2015-08-10 15:50:51 -0500
commit47c5b76c482a95a23f042c40962cb1ed340a65ae (patch)
treed93f3016f4f06534ce8043f1dc9ffb030e579ce1
parent6d548312ecb297a3f5e7b29dea8318dac9e7e4b9 (diff)
downloadaur-47c5b76c482a95a23f042c40962cb1ed340a65ae.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 8425c36cbbc8..163a0df35ffc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = bake-sl-git
makedepends = itstool
makedepends = vala
provides = bake-sl-git
+ provides = bake
conflicts = bake-sl-git
conflicts = bake
source = bake::git://github.com/semplice/bake.git#branch=semplice
diff --git a/PKGBUILD b/PKGBUILD
index 156424e7b974..523b2674cf95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ license=('LGPL')
groups=()
depends=()
makedepends=('itstool' 'vala')
-provides=("${pkgname%}")
-conflicts=("${pkgname%}" "bake")
+provides=("${pkgname%}" "${pkgname%-sl-git}")
+conflicts=("${pkgname%}" "${pkgname%-sl-git}")
replaces=()
backup=()
options=()