summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-25 19:19:02 +0000
committerGrey Christoforo2017-02-25 19:19:02 +0000
commit49a92dcb1b43347b65cb368af72b32ab2f97e7b3 (patch)
treee75e9c9a5811758c8623eaa742d1955399791354
parent679bfe9adb155ac7e15d9e3c6ba12739c1906e99 (diff)
downloadaur-49a92dcb1b43347b65cb368af72b32ab2f97e7b3.tar.gz
use pyqt5-hotfix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 000c6274ad23..1d71fb3c5da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 23 14:08:07 UTC 2017
+# Sat Feb 25 19:18:59 UTC 2017
pkgbase = cura
pkgdesc = A software solution for 3D printing aimed at RepRaps and the Ultimaker.
pkgver = 2.4.0
@@ -11,6 +11,7 @@ pkgbase = cura
license = AGPLv3
makedepends = qt5-tools
makedepends = cmake
+ depends = python-qt5-hotfix
depends = qt5-svg
depends = python-scipy
depends = python-pyserial
diff --git a/PKGBUILD b/PKGBUILD
index 4a070b05026f..a4aa1e3eac01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cura
pkgver=2.4.0
pkgrel=1
pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
-depends=('qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
+depends=('python-qt5-hotfix' 'qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
makedepends=('qt5-tools' 'cmake')
provides=('cura')
url="https://ultimaker.com/en/products/cura-software"