summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pflug2017-02-09 11:02:28 -0500
committerDavid Pflug2017-02-09 11:02:28 -0500
commit2febeb09d709080540b8070d8e720449cb49ba9d (patch)
tree4e22131eacf2eedd7b61f32e4e68df904efbea6a
parentaf32afc5ec10527fc8adc69d77cebad0f67ecca8 (diff)
downloadaur-2febeb09d709080540b8070d8e720449cb49ba9d.tar.gz
v1.0.3 - Correct install()
Upstream renamed examples to examples_graphscad
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 826a69b3fe7e..99e3bb0dba87 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.3
- pkgrel = 1
+ pkgrel = 2
url = http://graphscad.blogspot.com/
arch = i686
arch = x86_64
license = GPL
- source = http://graphscad.free.fr/graphscad_ubu_v1.0.2.zip
- sha256sums = f963f28be004e788b9ba4582c77d9302570809a48af1d1bf462ebf22f0fae17b
+ source = http://graphscad.free.fr/graphscad_ubu_v1.0.3.zip
+ sha256sums = 85edb9eca65690d3ba07ba80c2d5af90251161ea3091ff42d8a58d1272f39a8d
pkgname = graphscad
diff --git a/PKGBUILD b/PKGBUILD
index 0af65662f5c3..c3f39762a2a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Pflug <david at pflug.email>
pkgname=graphscad
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenSCAD-based Nodal editor to create customizable objects for 3D printing"
arch=('i686' 'x86_64')
url="http://graphscad.blogspot.com/"
@@ -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 display.scad examples graphscadsettings icons plugins "$pkgdir/opt/graphscad/"
+ cp -R examples_graphscad graphscadsettings icons plugins "$pkgdir/opt/graphscad/"
}
# vim:set ts=2 sw=2 et: