summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKarsten Pufahl2019-12-15 16:34:35 +0100
committerKarsten Pufahl2019-12-15 16:34:35 +0100
commitf0d957f4ef0159bc07ff1ac0e5733d36932f8bd9 (patch)
treef09352504a47a52fa3412864a68117ae332ac1a2 /PKGBUILD
parent7131dc8413abe87e23b750640b718538eeca00e3 (diff)
downloadaur-bcn3duranium-git.tar.gz
python2-pyqt5 dependancy change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2855c933a834..a9438fb178d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=bcn3duranium-git
pkgver=3.0.3.503.gc0186e3e6
-pkgrel=1
+pkgrel=2
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/BCN3D/Uranium"
arch=('any')
license=('GPL3')
provides=('uranium' 'uranium-git' 'bcn3duranium')
conflicts=('uranium')
-depends=('pyqt5-common' 'qt5-quickcontrols'
+depends=('python2-pyqt5' 'qt5-quickcontrols'
'python' 'python-pyqt5' 'python-numpy' 'python-shapely' 'python-scipy'
'libarcus-git')
makedepends=('cmake' 'git')