summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a947d7c21b0..59da5e7a99f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ldoce5viewer-pyqt5-git
pkgdesc = LDOCE5 viewer ported to PyQt5 for retina (HiDPI) support.
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
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
depends = qt5-webkit
diff --git a/PKGBUILD b/PKGBUILD
index ff05c4b9be71..26bb37743499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_reponame=ldoce5viewer-pyqt5
pkgname=$_reponame-git
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="LDOCE5 viewer ported to PyQt5 for retina (HiDPI) support. "
license=(GPL3)
conflicts=(ldoce5viewer-git ldoce5viewer)
arch=('i686' 'x86_64')
url='https://github.com/purboo/ldoce5viewer-pyqt5'
-depends=(python-pyqt5 pyqt5-common python-lxml python-whoosh qt5-webkit qt5-multimedia gst-plugins-good gst-plugins-ugly python-gobject)
+depends=(python-pyqt5 python-lxml python-whoosh qt5-webkit qt5-multimedia gst-plugins-good gst-plugins-ugly python-gobject)
source=("git://github.com/purboo/ldoce5viewer-pyqt5.git")
md5sums=('SKIP')