summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Ayvazian2019-08-12 19:21:41 -0700
committerJordan Ayvazian2019-08-12 19:21:41 -0700
commitd2e937dc79352631749b0ce33fae1a54b2d96850 (patch)
tree1a9f341b724ce5244833ece1197aab25275d3da9
parent1b9cdcb88d7036214c160c493a044c8a08ca92c3 (diff)
downloadaur-d2e937dc79352631749b0ce33fae1a54b2d96850.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 aacb7206a167..1b41b590f2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = lightspp-git
depends = git
depends = libcurlpp
depends = jsoncpp
+ conflicts = lightspp
pkgname = lightspp-git
diff --git a/PKGBUILD b/PKGBUILD
index a08166733a1a..70eb8004b184 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')
build() {
git clone --branch dev https://github.com/jorbo/lightsplusplus