summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Ayvazian2019-08-12 19:22:51 -0700
committerJordan Ayvazian2019-08-12 19:22:51 -0700
commitec73479e35a28b3b1f8dcfc0de7129b64d81877e (patch)
tree9a3d72a8b09abdd401cd5fef0f28945252f31e98
parentf1e9f48e69a6f8f3c3f0fec642cee595a3c91cee (diff)
downloadaur-ec73479e35a28b3b1f8dcfc0de7129b64d81877e.tar.gz
init
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48ded9b9fddc..7b97388dfcbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = lightspp
depends = git
depends = libcurlpp
depends = jsoncpp
+ conflicts = lightspp-git
pkgname = lightspp
diff --git a/PKGBUILD b/PKGBUILD
index 47175da0049b..59c48b26c193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('x86_64')
url="https://github.com/jorbo/lightsplusplus"
license=('GPL')
depends=('gcc' 'git' 'libcurlpp' 'jsoncpp')
+conflicts=('lightspp-git')
build() {
git clone https://github.com/jorbo/lightsplusplus