summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-10 00:59:42 +0100
committerNarrat2020-01-10 00:59:42 +0100
commit622e65e767d6ff9f6045f67b6d5e81bb11fd0af3 (patch)
tree28bb785bbdc2f711bf40e3719dfe3687c85784aa
parent4220477b9298c04df84fe2148e693acfb8527861 (diff)
downloadaur-622e65e767d6ff9f6045f67b6d5e81bb11fd0af3.tar.gz
opendict: wxpython got renamed
wxpython was the original name of the repo package. With the upcoming support for python3 this clashed with every program, which needs the python2 one. And as the 4.x series isn't backward compatible, a new package got introduced. tl;dr: See FS#47448
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42135e7b5285..c70e2f61a98f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = opendict
pkgdesc = Multiplatform computer dictionary software
pkgver = 0.6.8
- pkgrel = 1
+ pkgrel = 2
url = http://opendict.sourceforge.net/
arch = any
license = GPL
- depends = wxpython
+ depends = python2-wxpython3
depends = xdg-utils
depends = desktop-file-utils
depends = gtk-update-icon-cache
diff --git a/PKGBUILD b/PKGBUILD
index 4a4905e5958f..fef70874f091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=opendict
pkgver=0.6.8
-pkgrel=1
+pkgrel=2
pkgdesc="Multiplatform computer dictionary software"
arch=('any')
url="http://opendict.sourceforge.net/"
license=('GPL')
-depends=('wxpython' 'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
+depends=('python2-wxpython3' 'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nerijus/${pkgname}/archive/${pkgver}.tar.gz)
md5sums=('0802d2b1b05ac477339084f3cdda6b3f')