summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcylgom2018-09-26 15:50:40 +0200
committercylgom2018-09-26 15:50:40 +0200
commit35f16dd3b92cff5d09124e0d0a6675878b3172d0 (patch)
tree5f4fdc1ebe6e9400c424b5a7464fee8a779a9aa2
parent6d514099160550c62a35c5d01419391f277d678f (diff)
downloadaur-35f16dd3b92cff5d09124e0d0a6675878b3172d0.tar.gz
added conflict with python-ly-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef794a309add..ef2c30546ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = ly
depends = xorg-xinit
depends = xorg-xauth
conflicts = ly-git
+ conflicts = python-ly-git
source = https://github.com/cylgom/ly/releases/download/0.2.1/ly_0.2.1.zip
md5sums = 4dcc18944efc71e55a13e0e442d98fbb
diff --git a/PKGBUILD b/PKGBUILD
index 691b43497041..3a1361d1b9ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/cylgom/ly"
license=('custom:WTFPL')
makedepends=('unzip')
depends=('pam' 'xorg-xinit' 'xorg-xauth')
-conflicts=('ly-git')
+conflicts=('ly-git' 'python-ly-git')
source=('https://github.com/cylgom/ly/releases/download/0.2.1/ly_0.2.1.zip')
md5sums=('4dcc18944efc71e55a13e0e442d98fbb')