summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2022-03-26 08:38:34 +0100
committerPeter Ivanov2022-03-26 08:38:34 +0100
commitdefc39a7ea14790a5ea1181d033e0700a3b610ea (patch)
tree2419228f802e187376f3b034ceb3d69bd33a4373
parent0177820080e22ca70a59bed6fe3eecf0c710b473 (diff)
downloadaur-defc39a7ea14790a5ea1181d033e0700a3b610ea.tar.gz
GitHub URL was fixed. GitHub authentication error was solved.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2242f6ecd8..5ef697d3963b 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 = 3
+ pkgrel = 4
url = http://linuxcnc.org/
install = linuxcnc-sim.install
arch = i686
@@ -27,7 +27,7 @@ pkgbase = linuxcnc-sim
depends = python2-gobject2
depends = boost-python2
depends = boost-python2-libs
- source = linuxcnc::git://github.com/LinuxCNC/linuxcnc.git#tag=v2.7.15
+ source = linuxcnc::git+https://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 f72274a89d28..f565ae7e56db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=linuxcnc-sim
pkgver=2.7.15
-pkgrel=3
+pkgrel=4
pkgdesc="It can interpret G-code and simulate a CNC machine (formerly EMC2)."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -11,7 +11,7 @@ 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')
install=$pkgname.install
_gitname='linuxcnc'
-source=($_gitname::"git://github.com/LinuxCNC/linuxcnc.git#tag=v$pkgver" 'linuxcnc-sim.sh' 'libtirpc.patch')
+source=($_gitname::"git+https://github.com/LinuxCNC/linuxcnc.git#tag=v$pkgver" 'linuxcnc-sim.sh' 'libtirpc.patch')
#source=($_gitname::'git://git.linuxcnc.org/git/linuxcnc.git#tag=739df958aca9d246daad36f439c82bfbeac681b9' 'boost.patch')
md5sums=('SKIP'
'3fb3f231cfefdfe1fa4d600ecbf4a3cb'