summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pflug2017-02-01 14:45:43 -0500
committerDavid Pflug2017-02-01 14:45:43 -0500
commitd85a97e7ecc01086c3d24468d356cd88f892a312 (patch)
tree754cfc64cb2001626d11ddc1d37a63739c89844e
parent9dc9a14142bd6d30b729d8df18b729cd45cc38c5 (diff)
downloadaur-d85a97e7ecc01086c3d24468d356cd88f892a312.tar.gz
Version bump to 1.0.1
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 46aa671fe47c..7c5e74afae7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,7 @@
*.swp
*.swo
\#*\#
+
+
+# sources
+*.zip \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index c7ced1a62271..5fa10fff6af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Pflug <david at pflug.email>
pkgname=graphscad
-pkgver=1.0.0
+pkgver=1.0.1
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=('6c6733f799aeca55a62bb8266656994b2cc21c9cd69ecd14e1d835a8c5271fdd')
+sha256sums=('123f6c7558ffb675ca5e9c2d584b1d59840b41a9b9b296009825a8a2cfbeb6cf')
depends=('zlib' 'python')
package() {