summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11cfeece637c..ebba8ded1c3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = glc-lib
pkgdesc = OpenGL Library Class
pkgver = 2.5.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.glc-lib.net/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = glc-lib
makedepends = git
depends = libgl
depends = qt4
- source = git://github.com/laumaya/GLC_lib.git#tag=Version_2_5_0
+ source = git+https://github.com/laumaya/GLC_lib.git#tag=Version_2_5_0
source = glu.patch
source = zlib.patch
md5sums = SKIP
@@ -17,4 +17,3 @@ pkgbase = glc-lib
md5sums = 687ed819254496d964ce9e9d3a5e672a
pkgname = glc-lib
-
diff --git a/PKGBUILD b/PKGBUILD
index 6fc13d3a79ed..fc38c2f047be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=glc-lib
pkgver=2.5.0
-pkgrel=5
+pkgrel=6
pkgdesc="OpenGL Library Class"
arch=('i686' 'x86_64')
url="http://www.glc-lib.net/"
license=('LGPL')
depends=('libgl' 'qt4')
makedepends=('git')
-source=("git://github.com/laumaya/GLC_lib.git#tag=Version_2_5_0"
+source=("git+https://github.com/laumaya/GLC_lib.git#tag=Version_2_5_0"
"glu.patch"
"zlib.patch")
md5sums=('SKIP'