[arch-commits] Commit in cura/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Nov 18 11:43:09 UTC 2018
Date: Sunday, November 18, 2018 @ 11:43:09
Author: jelle
Revision: 408687
upgpkg: cura 3.6.0-1
Modified:
cura/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-18 11:42:49 UTC (rev 408686)
+++ PKGBUILD 2018-11-18 11:43:09 UTC (rev 408687)
@@ -2,8 +2,8 @@
# Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
pkgname=cura
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium'
'curaengine' 'cura-binary-data' 'cura-resources-materials' 'libsavitar')
@@ -12,9 +12,9 @@
provides=('cura')
url="https://ultimaker.com/en/products/cura-software"
license=('AGPL')
-arch=('x86_64')
+arch=('any')
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('cc25df45e09fe48ad219f97d11fea12357dac8bf')
+sha512sums=('b56e5575cb0eb15d759999dcd2f4c33873a0a57805a8ba0ec7860811a2137658a656216c969c6e3316d65fbd5e43f2def10a6385ccbf4fc306d15098569ef279')
# Build order
# arcus -> uranium -> curaengine -> libsavitar ->
@@ -21,8 +21,7 @@
prepare(){
cd Cura-${pkgver}
- sed -i 's,DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
- sed -i 's,DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g' CMakeLists.txt
+ sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
}
build(){
More information about the arch-commits
mailing list