summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2022-02-26 10:31:13 +0100
committerPeter Ivanov2022-02-26 10:31:13 +0100
commit0177820080e22ca70a59bed6fe3eecf0c710b473 (patch)
tree2579724b6dc959d9ff2daa60e88f3182da26f176
parent5cecefc6d035c1bcc15d9a2aa766d49d10a34544 (diff)
downloadaur-0177820080e22ca70a59bed6fe3eecf0c710b473.tar.gz
Dependency of python2-gobject2, boost-python2 and boost-python2-libs were added.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba520ba2cafa..7b2242f6ecd8 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 = 2
+ pkgrel = 3
url = http://linuxcnc.org/
install = linuxcnc-sim.install
arch = i686
@@ -24,6 +24,9 @@ pkgbase = linuxcnc-sim
depends = procps-ng
depends = psmisc
depends = python2-yapps2
+ depends = python2-gobject2
+ depends = boost-python2
+ depends = boost-python2-libs
source = linuxcnc::git://github.com/LinuxCNC/linuxcnc.git#tag=v2.7.15
source = linuxcnc-sim.sh
source = libtirpc.patch
@@ -32,4 +35,3 @@ pkgbase = linuxcnc-sim
md5sums = 42770a1aa791172358700e4d5af335ed
pkgname = linuxcnc-sim
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a7252f89370..f72274a89d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=linuxcnc-sim
pkgver=2.7.15
-pkgrel=2
+pkgrel=3
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')
+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://github.com/LinuxCNC/linuxcnc.git#tag=v$pkgver" 'linuxcnc-sim.sh' 'libtirpc.patch')