summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd6ff3a57a47..e15b0c332e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linuxcnc-sim
pkgdesc = It can interpret G-code and simulate a CNC machine (formerly EMC2).
- pkgver = 2.7.12
- pkgrel = 3
+ pkgver = 2.7.14
+ pkgrel = 1
url = http://linuxcnc.org/
install = linuxcnc-sim.install
arch = i686
@@ -20,7 +20,7 @@ pkgbase = linuxcnc-sim
depends = boost
depends = boost-libs
depends = libtirpc
- source = linuxcnc::git://github.com/LinuxCNC/linuxcnc.git#tag=v2.7.12
+ source = linuxcnc::git://github.com/LinuxCNC/linuxcnc.git#tag=v2.7.14
source = boost.patch
source = image-to-gcode.patch
source = linuxcnc-sim.sh
diff --git a/PKGBUILD b/PKGBUILD
index 0e24abd2884a..58d26580a440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Alec Ari <neotheuser@ymail.com>
pkgname=linuxcnc-sim
-pkgver=2.7.12
-pkgrel=3
+pkgver=2.7.14
+pkgrel=1
pkgdesc="It can interpret G-code and simulate a CNC machine (formerly EMC2)."
arch=('i686' 'x86_64')
license=('GPL2')