summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2019-09-07 19:12:07 +0200
committerJake2019-09-07 19:12:07 +0200
commit332c7092bb8620806bee33e544fe317db598315f (patch)
tree8407676e56724d19a4e1628ef7f0303a38ff8551
parent1bf25943963ea4a438de7037a4af059b4493d08f (diff)
downloadaur-332c7092bb8620806bee33e544fe317db598315f.tar.gz
HTTPS does not work
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48d7e2b945a..eca2951c514d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = pycam
pkgdesc = Toolpath generator for 3-axis CNC machining, written in Python.
pkgver = 0.6.4
pkgrel = 1
- url = https://pycam.sourceforge.net/
+ url = http://pycam.sourceforge.net/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 3700d14cc516..35606faef163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.6.4
pkgrel=1
pkgdesc="Toolpath generator for 3-axis CNC machining, written in Python."
arch=('i686' 'x86_64')
-url="https://pycam.sourceforge.net/"
+url="http://pycam.sourceforge.net/"
license=('GPL3')
depends=('pygtk' 'python2-opengl' 'python2-rsvg' 'python2-gtkglext' 'python2-enum34')
source=("https://github.com/SebKuzminsky/pycam/archive/v${pkgver}.tar.gz"