summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishnu V K2019-07-23 00:11:22 +0530
committerVishnu V K2019-07-23 00:11:22 +0530
commit6225620b05478490412ca9b96f00365fcbd83e8b (patch)
treeb432f5656f57890bb2e9a18755118a353dee7d49
parent5fc50e5506082fa61763ba3a85657cde5a4c69ef (diff)
downloadaur-6225620b05478490412ca9b96f00365fcbd83e8b.tar.gz
fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5aa430adca9..bc6cde31617b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armagetronad-git
pkgdesc = A Tron Clone in 3D.
pkgver = r4128.7392b902f
- pkgrel = 2
+ pkgrel = 3
url = http://armagetronad.net/
arch = x86_64
license = GPL
@@ -15,7 +15,7 @@ pkgbase = armagetronad-git
optdepends = python2: language updater
provides = armagetronad
conflicts = armagetronad
- source = git://gitlab.com/armagetronad/armagetronad.git
+ source = git+https://gitlab.com/armagetronad/armagetronad.git
sha1sums = SKIP
pkgname = armagetronad-git
diff --git a/PKGBUILD b/PKGBUILD
index 2c1883b1bcf2..b344be83e5e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=armagetronad
pkgname=${_pkgname}-git
pkgver='r4128.7392b902f'
-pkgrel=2
+pkgrel=3
pkgdesc='A Tron Clone in 3D.'
arch=('x86_64')
url='http://armagetronad.net/'
@@ -17,7 +17,7 @@ optdepends=('python2: language updater')
makedepends=('boost')
provides=('armagetronad')
conflicts=('armagetronad')
-source=("git://gitlab.com/armagetronad/armagetronad.git")
+source=("git+https://gitlab.com/armagetronad/armagetronad.git")
sha1sums=('SKIP')
pkgver() {