summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pflug2017-06-17 18:38:26 -0400
committerDavid Pflug2017-06-17 18:41:53 -0400
commit93535c16ec4225ae881a3726cb3d8e1c0ca906c7 (patch)
tree70eeca3ab5c84c91cc03f8a427baaee4cc64df89
parentea6f119df4dad6d8e67cea3cc28a02e1db29c4b5 (diff)
downloadaur-graphscad.tar.gz
Version bump to 1.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db71ef8257cb..b0384a020cee 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.8
+ pkgver = 1.0.10
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 = ad6437dc9bcc4e3fca52be94cc0a5fcb6a978ab03e50501f277e98873f9aaf48
+ source = http://graphscad.free.fr/graphscad_ubu_v1.0.10.zip
+ sha256sums = 64ee3f732ebe113f86fa03e479bb4ef3a29e9d8cc857e3fb1b1f1a861658208c
pkgname = graphscad
diff --git a/PKGBUILD b/PKGBUILD
index f47e26cbc1bd..ade7519034fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Pflug <david at pflug.email>
pkgname=graphscad
-pkgver=1.0.8
+pkgver=1.0.10
pkgrel=1
pkgdesc="An OpenSCAD-based Nodal editor to create customizable objects for 3D printing"
arch=('i686' 'x86_64')
url="http://graphscad.blogspot.com/"
license=('GPL')
source=("http://${pkgname}.free.fr/${pkgname}_ubu_v${pkgver}.zip")
-sha256sums=('ad6437dc9bcc4e3fca52be94cc0a5fcb6a978ab03e50501f277e98873f9aaf48')
+sha256sums=('64ee3f732ebe113f86fa03e479bb4ef3a29e9d8cc857e3fb1b1f1a861658208c')
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 graphscadfiles graphscadsettings icons plugins "$pkgdir/opt/graphscad/"
+ cp -R graphscadfiles graphscadsettings icons plugins userplugins "$pkgdir/opt/graphscad/"
}
# vim:set ts=2 sw=2 et: