[arch-commits] Commit in cura/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Jun 15 14:10:33 UTC 2019


    Date: Saturday, June 15, 2019 @ 14:10:32
  Author: jelle
Revision: 481620

upgpkg: cura 4.1.0-2

Add python-requests as dependency.

Modified:
  cura/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-15 13:18:41 UTC (rev 481619)
+++ PKGBUILD	2019-06-15 14:10:32 UTC (rev 481620)
@@ -3,9 +3,9 @@
 
 pkgname=cura
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium'
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium' 'python-requests'
          'curaengine' 'cura-binary-data' 'cura-resources-materials' 'libsavitar' 'qt5-graphicaleffects')
 makedepends=('qt5-tools' 'cmake')
 optdepends=('python-zeroconf: network printing support')



More information about the arch-commits mailing list