summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-24 10:27:31 -0700
committeryochananmarqos2020-01-24 10:27:31 -0700
commit8cc67f816923481abd69faed11b9a60b566e6109 (patch)
tree6eec4fcc648aae0af8838e7e00e3333c63550f8b
parentfebb8298d474f691493df99b27d20422741085d5 (diff)
downloadaur-8cc67f816923481abd69faed11b9a60b566e6109.tar.gz
fixed typo
-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'