summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2022-12-02 17:26:39 +0100
committerPeter Ivanov2022-12-02 17:26:39 +0100
commit752c88117f96f3c3c2868a3e95925bb6dd0d80d9 (patch)
treee4fce2b7501754eb86559d7b393961e82fc6ca5a
parent975dff956a4b4875ab28361e8871313a6c973050 (diff)
downloadaur-752c88117f96f3c3c2868a3e95925bb6dd0d80d9.tar.gz
bwidget was added twice, removed the last one...
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bead6a81f3c2..cc1a456b8eb9 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.15
- pkgrel = 5
+ pkgrel = 6
url = http://linuxcnc.org/
install = linuxcnc-sim.install
arch = i686
@@ -27,7 +27,6 @@ pkgbase = linuxcnc-sim
depends = python2-gobject2
depends = boost-python2
depends = boost-python2-libs
- depends = bwidget
source = linuxcnc::git+https://github.com/LinuxCNC/linuxcnc.git#tag=v2.7.15
source = linuxcnc-sim.sh
source = libtirpc.patch
diff --git a/PKGBUILD b/PKGBUILD
index e1648f69396e..ff5a56597800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=linuxcnc-sim
pkgver=2.7.15
-pkgrel=5
+pkgrel=6
pkgdesc="It can interpret G-code and simulate a CNC machine (formerly EMC2)."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://linuxcnc.org/"
-depends=('bc' 'bwidget' 'tcl' 'tk' 'xorg-server' 'python2-imaging' 'tkimg' 'python2-gtkglext' 'tclx' 'boost' 'boost-libs' 'libtirpc' 'procps-ng' 'psmisc' 'python2-yapps2' 'python2-gobject2' 'boost-python2' 'boost-python2-libs' 'bwidget')
+depends=('bc' 'bwidget' 'tcl' 'tk' 'xorg-server' 'python2-imaging' 'tkimg' 'python2-gtkglext' 'tclx' 'boost' 'boost-libs' 'libtirpc' 'procps-ng' 'psmisc' 'python2-yapps2' 'python2-gobject2' 'boost-python2' 'boost-python2-libs')
install=$pkgname.install
_gitname='linuxcnc'
source=($_gitname::"git+https://github.com/LinuxCNC/linuxcnc.git#tag=v$pkgver" 'linuxcnc-sim.sh' 'libtirpc.patch')