summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2020-09-13 12:06:28 +0300
committerIlya Zlobintsev2020-09-13 12:06:28 +0300
commit650ea92342e4ba6d6c73e6fed7e3c9f2f079d633 (patch)
tree171f6949a79508c66bd9c024633f34fcc1617994
parent2575c5414e2a6c4b3c5bac26d63601a0c90b1dbd (diff)
downloadaur-650ea92342e4ba6d6c73e6fed7e3c9f2f079d633.tar.gz
Added conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce42d9d763c..9cf229692a1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = lightly-qt
makedepends = kdecoration
makedepends = qt5-declarative
makedepends = qt5-x11extras
+ conflicts = lightly-git
source = lightly-qt-0.3::https://github.com/Luwx/Lightly/archive/v0.3-alpha.tar.gz
sha256sums = 9568a15f1983d82afa9480cdc8f1a64374348f2e154b48ee312a63249d5fb966
diff --git a/PKGBUILD b/PKGBUILD
index e0c52cf51c63..ccd1900b9335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="A modern style for qt applications"
url="https://github.com/Luwx/Lightly"
arch=('any')
license=('GPL')
+conflicts=('lightly-git')
makedepends=(cmake extra-cmake-modules kdecoration qt5-declarative qt5-x11extras)
source=(
"${pkgname}-${pkgver}::https://github.com/Luwx/Lightly/archive/v${pkgver}-alpha.tar.gz"