summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-01-01 20:38:00 -0500
committerAdam Goldsmith2020-01-01 20:38:00 -0500
commit7a892dfab53e11478219d916b0bb0da2241e7a94 (patch)
tree98922bb7351f13cbe385edf0ddffda07c83b1ffd
parent4d80b0c68acbb48741d3a6e3bf1dfc052f6ccac1 (diff)
downloadaur-7a892dfab53e11478219d916b0bb0da2241e7a94.tar.gz
Add python-sentry_sdk dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d765dbdf2b8c..3fd24aae0dbf 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.0.r201.g19da7b932
+ pkgver = 4.4.1.r460.g191510011
pkgrel = 1
url = https://github.com/Ultimaker/Cura
arch = any
@@ -13,6 +13,7 @@ pkgbase = cura-git
depends = python-protobuf
depends = python-requests
depends = python-certifi
+ depends = python-sentry_sdk
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index f03a088dff22..eebb4814cf5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=4.4.0.r201.g19da7b932
+pkgver=4.4.1.r460.g191510011
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -15,6 +15,7 @@ depends=('python'
'python-protobuf'
'python-requests'
'python-certifi'
+ 'python-sentry_sdk'
'qt5-graphicaleffects'
'qt5-quickcontrols'
'qt5-quickcontrols2'