summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2016-12-04 10:38:40 -0500
committerAdam Goldsmith2016-12-04 10:38:40 -0500
commit5b536e9616b6852f187d6b95ce3788edbaa06b57 (patch)
tree39d3382b20022d4d77bcf22e88276df8f316a427 /PKGBUILD
parent61e8eeda8ea4453c7881fd2f4e9a8a465af6c566 (diff)
downloadaur-5b536e9616b6852f187d6b95ce3788edbaa06b57.tar.gz
Replace python-protobuf3 depend with python-protobuf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24232bcbab25..10e573baf596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=2.1.0.2006.g31436cb
+pkgver=2.3.0.975.ga1acfe1
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
url="https://github.com/daid/Cura"
provides=('cura')
conflicts=('cura')
-depends=('python' 'python-pyqt5' 'python-pyserial' 'python-numpy' 'python-protobuf3' 'qt5-quickcontrols' 'libarcus-git' 'uranium-git' 'curaengine-git')
+depends=('python' 'python-pyqt5' 'python-pyserial' 'python-numpy' 'python-protobuf' 'qt5-quickcontrols' 'libarcus-git' 'uranium-git' 'curaengine-git')
makedepends=('git' 'cmake')
source=('git+https://github.com/Ultimaker/Cura.git' 'site-packages-dir.patch')
md5sums=('SKIP' '68ddf58623d21a736d1075099667bdef')