summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2017-01-29 17:41:55 -0500
committerAdam Goldsmith2017-01-29 17:46:16 -0500
commit1b27b2ca8311cf1deacbad36cf75ac7b8ede8ca9 (patch)
treee03cbe2c780f96218228b231e8716332b582084f
parentc53a9575515bf8a0ee552340f68cfac9e1ef235b (diff)
downloadaur-1b27b2ca8311cf1deacbad36cf75ac7b8ede8ca9.tar.gz
Fix URL and some whitespace issues
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c15478121ff..e3122203e02f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Jan 24 18:19:23 UTC 2017
+# Sun Jan 29 22:45:49 UTC 2017
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 2.3.0.1312.ga8efde94
+ pkgver = 2.3.0.1354.g35cbedc5
pkgrel = 1
- url = https://github.com/daid/Cura
+ url = https://github.com/Ultimaker/Cura
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index ca628dfb23b9..29a573080656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=2.3.0.1312.ga8efde94
+pkgver=2.3.0.1354.g35cbedc5
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
license=('GPL3')
-url="https://github.com/daid/Cura"
+url="https://github.com/Ultimaker/Cura"
provides=('cura')
conflicts=('cura')
depends=('python' 'python-pyqt5' 'python-numpy' 'python-protobuf' 'qt5-quickcontrols' 'libarcus-git' 'uranium-git' 'curaengine-git')
@@ -22,7 +22,7 @@ pkgver() {
git describe --tags | sed 's/-/./g'
}
-prepare(){
+prepare() {
cd Cura
patch -Np1 -i ../site-packages-dir.patch
}
@@ -30,7 +30,7 @@ prepare(){
build() {
mkdir -p Cura/build
cd Cura/build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts ..
make
}