summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPurboo2017-03-01 09:21:53 +0800
committerPurboo2017-03-01 09:21:53 +0800
commit37ed4393835350063af153a8c074ead71e97768b (patch)
tree56532f8277e4782b7764ff85f66220c0cf0f7b83
parent50511ce2e8097d0bf7847e6e38c66c4d9663e6eb (diff)
downloadaur-37ed4393835350063af153a8c074ead71e97768b.tar.gz
Updated list of conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f998e8920d..2096b874bb19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,13 @@ pkgbase = ldoce5viewer-pyqt5-git
url = https://github.com/purboo/ldoce5viewer-pyqt5
arch = i686
arch = x86_64
+ license = GPL3
depends = python-pyqt5
depends = pyqt5-common
depends = python-lxml
depends = python-whoosh
+ conflicts = ldoce5viewer-git
+ conflicts = ldoce5viewer-pyqt5-git
source = git://github.com/purboo/ldoce5viewer-pyqt5.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a43d5a8eda5..ac7001dd6e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,8 @@ pkgname=$_reponame-git
pkgver=1.0
pkgrel=1
pkgdesc="LDOCE5 viewer ported to PyQt5 for retina (HiDPI) support. "
+license=(GPL3)
+conflicts=(ldoce5viewer-git ldoce5viewer-pyqt5-git)
arch=('i686' 'x86_64')
url='https://github.com/purboo/ldoce5viewer-pyqt5'
depends=(python-pyqt5 pyqt5-common python-lxml python-whoosh)