summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-01-10 00:59:42 +0100
committerNarrat2020-01-10 00:59:42 +0100
commit622e65e767d6ff9f6045f67b6d5e81bb11fd0af3 (patch)
tree28bb785bbdc2f711bf40e3719dfe3687c85784aa /PKGBUILD
parent4220477b9298c04df84fe2148e693acfb8527861 (diff)
downloadaur-opendict.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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')