[arch-commits] Commit in uranium/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Nov 17 22:48:01 UTC 2018


    Date: Saturday, November 17, 2018 @ 22:48:00
  Author: jelle
Revision: 408623

Update to 3.6

Modified:
  uranium/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 21:59:07 UTC (rev 408622)
+++ PKGBUILD	2018-11-17 22:48:00 UTC (rev 408623)
@@ -2,21 +2,21 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 pkgname=uranium
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium"
 arch=('any')
 license=('AGPL')
-depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'arcus' 'python-shapely')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('7a97385b101a30008d1c0bb576d603b93ca2d0967b8c71faeb6760c9cc9ecb72')
+sha256sums=('9a63e7d02c57a818815f61ada53b41d6c04683f874db80baa32f68d34b51a245')
 
+
 prepare() {
   cd Uranium-${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