summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2015-08-11 15:13:46 -0500
committerGary DeLaney2015-08-11 15:13:46 -0500
commit5a3409b46faacbd85ced30c4be89787db6a335c8 (patch)
treeaf5ca99cb4e3e0955768ad2c52118d3f709e3426
parent47c5b76c482a95a23f042c40962cb1ed340a65ae (diff)
downloadaur-5a3409b46faacbd85ced30c4be89787db6a335c8.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 163a0df35ffc..9f129757f8fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = bake-sl-git
license = LGPL
makedepends = itstool
makedepends = vala
- provides = bake-sl-git
provides = bake
conflicts = bake-sl-git
conflicts = bake
diff --git a/PKGBUILD b/PKGBUILD
index 523b2674cf95..bb7179fa9e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gary DeLaney <gld1982ltd@gmail.com>
_gitroot="git://github.com/semplice/bake.git"
-_gitbranch=semplice
-_gitname=bake
+_gitbranch="semplice"
+_gitname="bake"
pkgname="$_gitname-sl-git"
pkgver=0
@@ -14,7 +14,7 @@ license=('LGPL')
groups=()
depends=()
makedepends=('itstool' 'vala')
-provides=("${pkgname%}" "${pkgname%-sl-git}")
+provides=("${pkgname%-sl-git}")
conflicts=("${pkgname%}" "${pkgname%-sl-git}")
replaces=()
backup=()