summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2019-03-27 01:13:56 -0400
committerAdam Goldsmith2019-03-27 01:14:49 -0400
commit7580db32612e0db30e10656b7100e76a4fd67efb (patch)
tree2ba46504d8b30be1e79f73b764bcd80cc0037a7b
parentce5b2d3687cc54a9401804a01e6f9dc8e7c8bd07 (diff)
downloadaur-7580db32612e0db30e10656b7100e76a4fd67efb.tar.gz
Bump version to 4.0.0.x
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bb971f43f87..b1b3cabcb5bf 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 = 3.5.1.326.g7b140277d
+ pkgver = 4.0.0.442.gf6dd3f922
pkgrel = 1
url = https://github.com/Ultimaker/Cura
arch = any
@@ -11,6 +11,7 @@ pkgbase = cura-git
depends = python-pyqt5
depends = python-numpy
depends = python-protobuf
+ depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
depends = libarcus-git
diff --git a/PKGBUILD b/PKGBUILD
index c7a76cfa5f41..aeec6af59beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=3.5.1.326.g7b140277d
+pkgver=4.0.0.442.gf6dd3f922
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -13,6 +13,7 @@ depends=('python'
'python-pyqt5'
'python-numpy'
'python-protobuf'
+ 'qt5-graphicaleffects'
'qt5-quickcontrols'
'qt5-quickcontrols2'
'libarcus-git'