summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pflug2017-02-11 18:41:10 -0500
committerDavid Pflug2017-02-11 18:41:10 -0500
commit90457e446f53e167910a0ae91176a9e6d7a035ca (patch)
treed71d7d82498f772735159ffe7dd712e1acd1e65d
parent50411975006c557157b145cb51247a83611cc1ca (diff)
downloadaur-90457e446f53e167910a0ae91176a9e6d7a035ca.tar.gz
v1.0.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e2d8a696988..96e71e47a5db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = graphscad
pkgdesc = An OpenSCAD-based Nodal editor to create customizable objects for 3D printing
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = http://graphscad.blogspot.com/
arch = i686
arch = x86_64
license = GPL
source = http://graphscad.free.fr/graphscad_ubu_v1.0.3.zip
- sha256sums = 74410b3e06071ed7f2a5821d5185879613b95eb67d9de4c064d575f1d5c6080e
+ sha256sums = d086c9661899ac0eccdb64202e10aeba3e91a051cec5eb3dcc1ad3f16a1a469f
pkgname = graphscad
diff --git a/PKGBUILD b/PKGBUILD
index 2ff03c59262c..3ebd9571a3ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Pflug <david at pflug.email>
pkgname=graphscad
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="An OpenSCAD-based Nodal editor to create customizable objects for 3D printing"
arch=('i686' 'x86_64' 'armv6h')
url="http://graphscad.blogspot.com/"
license=('GPL')
source=("http://${pkgname}.free.fr/${pkgname}_ubu_v${pkgver}.zip")
-sha256sums=('74410b3e06071ed7f2a5821d5185879613b95eb67d9de4c064d575f1d5c6080e')
+sha256sums=('d086c9661899ac0eccdb64202e10aeba3e91a051cec5eb3dcc1ad3f16a1a469f')
depends=('zlib' 'python')
package() {
@@ -16,7 +16,7 @@ package() {
install -D -m755 graphscad "$pkgdir/opt/graphscad/graphscad"
mkdir -p "$pkgdir/usr/bin"
ln -s /opt/graphscad/graphscad "$pkgdir/usr/bin/graphscad"
- cp -R examples_graphscad graphscadsettings icons plugins "$pkgdir/opt/graphscad/"
+ cp -R display.scad examples_graphscad graphscadsettings icons plugins "$pkgdir/opt/graphscad/"
}
# vim:set ts=2 sw=2 et: