summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2019-08-18 11:54:40 -0400
committerPaul Hentschel (hpmachining)2019-08-18 11:54:40 -0400
commit9586bd69c493810b61441556fd528dcdbbc508ab (patch)
tree675085bd344d651a4f6fb097c39419edc63d492a /PKGBUILD
parent8f6e9a772c0f202afe8d982f559a2d85dab2ce83 (diff)
downloadaur-9586bd69c493810b61441556fd528dcdbbc508ab.tar.gz
Changed dependancy from python2-six to python-six.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'
)