summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-12-30 16:36:23 +0100
committerFabioLolix2023-12-30 16:36:23 +0100
commite37771a1e790788ed4a524110285623b03aa654d (patch)
tree7cc7ef5f7e7cd23f70a65ca7939f1c60bd1750be
parent66777fe3127691f242fe7dffcfc0fd058baf6682 (diff)
downloadaur-e37771a1e790788ed4a524110285623b03aa654d.tar.gz
v2.9.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9a7fe4c8edc..0d96936b056f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = linuxcnc
pkgdesc = Controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more (formerly EMC2)
- pkgver = 2.9.1
+ pkgver = 2.9.2
pkgrel = 1
- url = http://linuxcnc.org
+ url = https://linuxcnc.org/
arch = x86_64
license = GPL2
license = custom: unredestributable
@@ -12,7 +12,6 @@ pkgbase = linuxcnc
makedepends = glu
makedepends = procps-ng
makedepends = psmisc
- makedepends = bwidget
makedepends = tclx
depends = glibc
depends = python
@@ -53,11 +52,12 @@ pkgbase = linuxcnc
depends = python-yapps2
depends = tcl
depends = pango
+ depends = bwidget
options = !emptydirs
- source = linuxcnc-2.9.1.tar.gz::https://github.com/LinuxCNC/linuxcnc/archive/refs/tags/v2.9.1.tar.gz
+ source = linuxcnc-2.9.2.tar.gz::https://github.com/LinuxCNC/linuxcnc/archive/refs/tags/v2.9.2.tar.gz
source = unredestributable.txt
source = libtirpc.patch
- sha256sums = e9cf46c9a29bd1f93628bae5d554dbb19be84a4e0752e205fd259cb0de3453a3
+ sha256sums = 56648e0a9a6fcd4ea7d5c00174a90177f8e39c2f10b130ceff8f0481f26bfaf7
sha256sums = 228a035c143ccbdd6056e1189267b034f046742cae034bff821eccc8dbc68ee3
sha256sums = bc95bafd67fad1c1d3722261bc586cdc612ec9e1597fadb95fa825c10550ac2c
diff --git a/PKGBUILD b/PKGBUILD
index 33b4117cf5f8..4f0735691e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,22 +4,22 @@
# Contributor: Alec Ari <neotheuser@ymail.com>
pkgname=linuxcnc
-pkgver=2.9.1
+pkgver=2.9.2
pkgrel=1
pkgdesc="Controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more (formerly EMC2)"
arch=(x86_64)
license=(GPL2 'custom: unredestributable')
-url="http://linuxcnc.org"
+url="https://linuxcnc.org/"
depends=(glibc python gtk3 libusb libxss python-cairo gobject-introspection-runtime dbus-python python-pillow libxmu
python-gobject tk python-matplotlib boost-libs python-numpy gstreamer at-spi2-core libepoxy libtirpc libxft
harfbuzz gcc-libs fontconfig gdk-pixbuf2 libxext librsvg glib2 zlib cairo readline systemd-libs freetype2
- libx11 libxinerama python-configobj libgpiod python-yapps2 tcl pango)
-makedepends=(intltool boost asciidoc glu procps-ng psmisc bwidget tclx)
+ libx11 libxinerama python-configobj libgpiod python-yapps2 tcl pango bwidget)
+makedepends=(intltool boost asciidoc glu procps-ng psmisc tclx)
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LinuxCNC/linuxcnc/archive/refs/tags/v${pkgver}.tar.gz"
'unredestributable.txt'
'libtirpc.patch')
-sha256sums=('e9cf46c9a29bd1f93628bae5d554dbb19be84a4e0752e205fd259cb0de3453a3'
+sha256sums=('56648e0a9a6fcd4ea7d5c00174a90177f8e39c2f10b130ceff8f0481f26bfaf7'
'228a035c143ccbdd6056e1189267b034f046742cae034bff821eccc8dbc68ee3'
'bc95bafd67fad1c1d3722261bc586cdc612ec9e1597fadb95fa825c10550ac2c')