summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2017-09-21 10:41:17 -0400
committerAdam Goldsmith2017-09-21 10:41:17 -0400
commitfd057196482d7df3f01bc83c9c0c2a39d4629101 (patch)
tree2a4d6e10ae1eccee00534c4e24fcc1040476f558 /PKGBUILD
parent3f64f2e06905eed0240a2d68b739f3e1fce0956d (diff)
downloadaur-fd057196482d7df3f01bc83c9c0c2a39d4629101.tar.gz
Remove now unneeded patch
site-packages finally fixed upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68baf7cf276f..dd6b5b6d6af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=2.7.0.348.g90240af8
+pkgver=2.7.0.643.gf7d14c5b
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('any')
@@ -15,19 +15,14 @@ optdepends=('python-zeroconf: Detecting mDNS printers'
'cura-binary-data-git: Firmwares and translations'
'python-pyserial: USB printing'
'cura-fdm-materials-git: Default Materials')
-source=('git+https://github.com/Ultimaker/Cura.git' 'site-packages-dir.patch')
-md5sums=('SKIP' '68ddf58623d21a736d1075099667bdef')
+source=('git+https://github.com/Ultimaker/Cura.git')
+md5sums=('SKIP')
pkgver() {
cd Cura
git describe --tags | sed 's/-/./g'
}
-prepare() {
- cd Cura
- patch -Np1 -i ../site-packages-dir.patch
-}
-
build() {
mkdir -p Cura/build
cd Cura/build