summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2019-04-04 19:36:31 +0200
committerJake2019-04-04 19:36:31 +0200
commitb121a7c47feac4d8a6f633e548be0e9ac4a4b0e5 (patch)
tree7d69fdfa132bd35b4eaaace5de5a96a68b00975d /PKGBUILD
parentbd21030b8b94dfb6eca9e703f3871cb32e4def8d (diff)
downloadaur-b121a7c47feac4d8a6f633e548be0e9ac4a4b0e5.tar.gz
Update to 0.6.3
Add enum34 dep, thanks spontarelliam!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6a4ddf09d70..2ef4c6b0ab83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Maintainer: Jake <ja.ke@posteo.de>
+# Maintainer: Jake <aur@ja-ke.tech>
# Contributor: Aurelien Cibrario <aurelien.cibrario at gmail dot com>
# Contributor: David Manouchehri <manouchehri at riseup dot net>
# Contributor: Peter-Paul van Gemerden <info at ppvg dot nl>
# Contributor: Karsten Hinz <k.hinz at tu-bs dot de>
pkgname=pycam
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Toolpath generator for 3-axis CNC machining, written in Python."
arch=('i686' 'x86_64')
url="http://pycam.sourceforge.net/"
license=('GPL3')
-depends=('python2' 'pygtk' 'python2-opengl' 'python2-rsvg' 'python2-gtkglext')
+depends=('pygtk' 'python2-opengl' 'python2-rsvg' 'python2-gtkglext' 'python2-enum34')
source=("https://github.com/SebKuzminsky/pycam/archive/v${pkgver}.tar.gz"
"${pkgname}")
-sha512sums=('ff96a40aacf92ffd20e729912fc81177ffc01d688cfca300d31dd71399d91754dfbf5b864d95a88f938286e38c759c372968e53c29041653c85f446c6c9eca42'
+sha512sums=('73dc7a0fc088f467099c7af3aac34f0dae46ca8b0e2f5a9f25c2d6236f244a128e8bd46474c03329e401c15b786f2c749222064a4230fcbe2a73e2a044b965b7'
'fbb1b026dfa821caea352f44aa5eddb34fcb8ec87e27bf1390fb791b58733c011f5476203a5195bb1e737cd6194000c8ec30ac7444f638c2b70965071757c092')