summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pflug2017-02-02 09:14:26 -0500
committerDavid Pflug2017-02-02 09:14:26 -0500
commit82c95f37ed89d587b23ca375db78905a39dafab2 (patch)
tree9873feaf1dcba637f60066a2c5f180e1ae435d2b
parentd85a97e7ecc01086c3d24468d356cd88f892a312 (diff)
downloadaur-82c95f37ed89d587b23ca375db78905a39dafab2.tar.gz
1.0.2
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7c5e74afae7f..5896a56d97a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,10 @@
*.swp
*.swo
\#*\#
+.tramp_history
-
-# sources
-*.zip \ No newline at end of file
+# Archives
+*.zip
+*.gz
+*.bz
+*.xz \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 5fa10fff6af8..c25e42cf8918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Pflug <david at pflug.email>
pkgname=graphscad
-pkgver=1.0.1
+pkgver=1.0.2
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=('123f6c7558ffb675ca5e9c2d584b1d59840b41a9b9b296009825a8a2cfbeb6cf')
-depends=('zlib' 'python')
+sha256sums=('f963f28be004e788b9ba4582c77d9302570809a48af1d1bf462ebf22f0fae17b')
+urdepends=('zlib' 'python')
package() {
cd "$srcdir/${pkgname}_ubu_v${pkgver}"