summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2019-09-07 19:12:07 +0200
committerJake2019-09-07 19:12:07 +0200
commit332c7092bb8620806bee33e544fe317db598315f (patch)
tree8407676e56724d19a4e1628ef7f0303a38ff8551 /PKGBUILD
parent1bf25943963ea4a438de7037a4af059b4493d08f (diff)
downloadaur-332c7092bb8620806bee33e544fe317db598315f.tar.gz
HTTPS does not work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"