summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-12-04 10:38:40 -0500
committerAdam Goldsmith2016-12-04 10:38:40 -0500
commit5b536e9616b6852f187d6b95ce3788edbaa06b57 (patch)
tree39d3382b20022d4d77bcf22e88276df8f316a427
parent61e8eeda8ea4453c7881fd2f4e9a8a465af6c566 (diff)
downloadaur-5b536e9616b6852f187d6b95ce3788edbaa06b57.tar.gz
Replace python-protobuf3 depend with python-protobuf
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a444ff7bb41..23d222cbe802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 7 13:13:13 UTC 2016
+# Sun Dec 4 15:38:32 UTC 2016
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 2.1.0.2006.g31436cb
+ pkgver = 2.3.0.975.ga1acfe1
pkgrel = 1
url = https://github.com/daid/Cura
arch = any
@@ -13,7 +13,7 @@ pkgbase = cura-git
depends = python-pyqt5
depends = python-pyserial
depends = python-numpy
- depends = python-protobuf3
+ depends = python-protobuf
depends = qt5-quickcontrols
depends = libarcus-git
depends = uranium-git
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')