summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2020-10-18 07:03:29 +0200
committerPeter Ivanov2020-10-18 07:03:29 +0200
commit97f0adabc16fc05bfa52afd4c906b5f679a4c64b (patch)
tree71b6e25cb667e6db4db22c7c0ef88f0d82ed6f9b
parenta9c83cb4ccb5bf5a630f5faecfd2f2f4285b995f (diff)
downloadaur-97f0adabc16fc05bfa52afd4c906b5f679a4c64b.tar.gz
Reverted to version 2.7.15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b168e7f83535..4ec632204514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linuxcnc-sim
pkgdesc = It can interpret G-code and simulate a CNC machine (formerly EMC2).
- pkgver = 2.8.0
+ pkgver = 2.7.15
pkgrel = 1
url = http://linuxcnc.org/
install = linuxcnc-sim.install
@@ -24,7 +24,7 @@ pkgbase = linuxcnc-sim
depends = procps-ng
depends = psmisc
depends = python2-yapps2
- source = linuxcnc::git://github.com/LinuxCNC/linuxcnc.git#tag=v2.8.0
+ source = linuxcnc::git://github.com/LinuxCNC/linuxcnc.git#tag=v2.7.15
source = linuxcnc-sim.sh
source = libtirpc.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c72c7997d96a..1430aecce5e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alec Ari <neotheuser@ymail.com>
pkgname=linuxcnc-sim
-pkgver=2.8.0
+pkgver=2.7.15
pkgrel=1
pkgdesc="It can interpret G-code and simulate a CNC machine (formerly EMC2)."
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ build () {
./autogen.sh
./configure --with-realtime=uspace --without-libmodbus --prefix=/usr --with-python=/usr/bin/python2.7 --enable-non-distributable=yes
- sed -i "163s/char FileName/static char FileName/" hal/classicladder/files_project.c
+ sed -i "s/^char FileName\[500\];$/static char FileName[500];/" hal/classicladder/files_project.c
make
}