summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 981eacd60378..80507865fe84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = lighttable-git
depends = java-runtime
provides = lighttable
conflicts = lighttable
- conflicts = lighttable-git-bin
+ conflicts = lighttable-bin
source = lighttable::git+https://github.com/LightTable/LightTable.git
source = lighttable.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ef1239e1a92d..c111634dad51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
depends=('gconf' 'gtk3' 'nss' 'libxss' 'java-runtime')
makedepends=('git' 'npm' 'leiningen')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}" "$pkgname-bin")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
source=("${pkgname%-git}::git+https://github.com/LightTable/LightTable.git"
"${pkgname%-git}.desktop")
sha256sums=('SKIP'