summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2019-12-04 23:03:19 -0500
committerAdam Goldsmith2019-12-04 23:03:19 -0500
commit4d80b0c68acbb48741d3a6e3bf1dfc052f6ccac1 (patch)
treefe8b3a8bf6b5e78ee5354cdc7d7397e93ea3fd19
parent27888a531f591a0227b7077fe00b59f605db7522 (diff)
downloadaur-4d80b0c68acbb48741d3a6e3bf1dfc052f6ccac1.tar.gz
Bump to 4.4.0.x, add python-requests and python-certifi deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d001cedc1449..d765dbdf2b8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 4.4.beta.r183.gebea5fbd1
+ pkgver = 4.4.0.r201.g19da7b932
pkgrel = 1
url = https://github.com/Ultimaker/Cura
arch = any
@@ -11,6 +11,8 @@ pkgbase = cura-git
depends = python-pyqt5
depends = python-numpy
depends = python-protobuf
+ depends = python-requests
+ depends = python-certifi
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index 238d7e85f52a..f03a088dff22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=4.4.beta.r183.gebea5fbd1
+pkgver=4.4.0.r201.g19da7b932
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -13,6 +13,8 @@ depends=('python'
'python-pyqt5'
'python-numpy'
'python-protobuf'
+ 'python-requests'
+ 'python-certifi'
'qt5-graphicaleffects'
'qt5-quickcontrols'
'qt5-quickcontrols2'