summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efe12cb41e91..929b551cee89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = torcs-can
pkgdesc = A 3D racing cars simulator using OpenGL (Enrico Pozzobon's fork with CAN support)
pkgver = 1.3.7
- pkgrel = 6
+ pkgrel = 7
url = http://torcs.sourceforge.net
arch = x86_64
arch = i686
@@ -20,7 +20,7 @@ pkgbase = torcs-can
conflicts = torcs
conflicts = torcs-data
options = !makeflags
- source = git://github.com/epozzobon/torcs-1.3.7
+ source = git+https://github.com/epozzobon/torcs-1.3.7
md5sums = SKIP
pkgname = torcs-can
diff --git a/PKGBUILD b/PKGBUILD
index a4a5e5819890..1e1f3127d5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=torcs
pkgname=torcs-can
pkgver=1.3.7
-pkgrel=6
+pkgrel=7
pkgdesc="A 3D racing cars simulator using OpenGL (Enrico Pozzobon's fork with CAN support)"
url="http://torcs.sourceforge.net"
license=("GPL")
@@ -16,7 +16,7 @@ depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis'
makedepends=('plib' 'mesa' 'dbcc')
conflicts=('torcs' 'torcs-data')
options=('!makeflags')
-source=(git://github.com/epozzobon/torcs-1.3.7)
+source=(git+https://github.com/epozzobon/torcs-1.3.7)
md5sums=('SKIP')
prepare() {