summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503ffdf65cc3..fda31e17fe37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = flatcam-git
pkgdesc = Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG)
- pkgver = r501.a9a4ec7
+ pkgver = r602.46454c2
pkgrel = 1
url = http://flatcam.org
arch = any
license = MIT
makedepends = git
depends = tk
- depends = python2-simplejson
- depends = python2-pyqt4
- depends = python2-scipy
- depends = python2-matplotlib
- depends = python2-shapely
- depends = python2-rtree
- depends = python2-svg.path
+ depends = python-simplejson
+ depends = python-pyqt4
+ depends = python-scipy
+ depends = python-matplotlib
+ depends = python-shapely
+ depends = python-rtree
+ depends = python-svg.path
provides = flatcam
conflicts = flatcam
source = git+https://bitbucket.org/jpcgt/flatcam.git
diff --git a/PKGBUILD b/PKGBUILD
index 004521bbbc77..805b664c2887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jake <ja.ke@posteo.de>
pkgname=flatcam-git
_pkgname=FlatCAM
-pkgver=r501.a9a4ec7
+pkgver=r602.46454c2
pkgrel=1
pkgdesc="Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG)"
arch=('any')
url="http://flatcam.org"
license=('MIT')
-depends=('tk' 'python2-simplejson' 'python2-pyqt4' 'python2-scipy' 'python2-matplotlib' 'python2-shapely' 'python2-rtree' 'python2-svg.path')
+depends=('tk' 'python-simplejson' 'python-pyqt4' 'python-scipy' 'python-matplotlib' 'python-shapely' 'python-rtree' 'python-svg.path')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")