summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-08-07 09:13:27 -0400
committerAdam Goldsmith2016-08-07 09:13:27 -0400
commit61e8eeda8ea4453c7881fd2f4e9a8a465af6c566 (patch)
treeecaea1bec339b61351312c82c80dd829fad80cb4
parent7b4d96c9ab415475b188f835c299a9708addfc59 (diff)
downloadaur-61e8eeda8ea4453c7881fd2f4e9a8a465af6c566.tar.gz
Update patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--site-packages-dir.patch2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b69c0e50fc..1a444ff7bb41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 20:28:31 UTC 2016
+# Sun Aug 7 13:13:13 UTC 2016
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 2.1.0.846.g0391467
+ pkgver = 2.1.0.2006.g31436cb
pkgrel = 1
url = https://github.com/daid/Cura
arch = any
@@ -23,7 +23,7 @@ pkgbase = cura-git
source = git+https://github.com/Ultimaker/Cura.git
source = site-packages-dir.patch
md5sums = SKIP
- md5sums = 2638714c242785f94277a0a15a0ab087
+ md5sums = 68ddf58623d21a736d1075099667bdef
pkgname = cura-git
diff --git a/PKGBUILD b/PKGBUILD
index 2df0b152b2df..24232bcbab25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=2.1.0.846.g0391467
+pkgver=2.1.0.2006.g31436cb
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('cura')
depends=('python' 'python-pyqt5' 'python-pyserial' 'python-numpy' 'python-protobuf3' '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' '2638714c242785f94277a0a15a0ab087')
+md5sums=('SKIP' '68ddf58623d21a736d1075099667bdef')
pkgver() {
cd Cura
diff --git a/site-packages-dir.patch b/site-packages-dir.patch
index 782c5b65dd45..0a9fa1a1d4de 100644
--- a/site-packages-dir.patch
+++ b/site-packages-dir.patch
@@ -10,6 +10,6 @@
install(FILES ${CMAKE_BINARY_DIR}/CuraVersion.py
- DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura)
+ DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura)
- install(FILES cura.desktop
+ install(FILES ${CMAKE_BINARY_DIR}/cura.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
install(FILES cura.sharedmimeinfo