summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5531cf61ac8..3ae38afce6d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = camotics-git
pkgdesc = 3-axis NC machining simulation software
- pkgver = r829.a1bc453
+ pkgver = r832.7bbfce8
pkgrel = 1
url = http://camotics.org/
arch = x86_64
license = GPL2
makedepends = git
makedepends = scons
- makedepends = python2-six
+ makedepends = python-six
makedepends = qt5-tools
makedepends = cbang-git
depends = v8-6.8
diff --git a/PKGBUILD b/PKGBUILD
index 558240bd62fc..e090fd9c3928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paul Hentschel <aur at hpminc dot com>
pkgname=camotics-git
-pkgver=r829.a1bc453
+pkgver=r832.7bbfce8
pkgrel=1
pkgdesc="3-axis NC machining simulation software"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(
makedepends=(
'git'
'scons'
- 'python2-six'
+ 'python-six'
'qt5-tools'
'cbang-git'
)