summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Jacobs2018-11-10 10:39:12 -0500
committerJustin Jacobs2018-11-10 10:39:36 -0500
commitb72e2163953422f1b9362d38e7502f532798dde6 (patch)
tree6b07eddd14f5e099459fe7cbdbf6db4740b58c9e
parent993446379123d043302f7d3731223e6dafb81efb (diff)
downloadaur-b72e2163953422f1b9362d38e7502f532798dde6.tar.gz
Use HTTPS for VCS source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b630ada5c458..0ff5e718e49c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flare-game-git
pkgdesc = Fantasy action RPG using the FLARE engine - Git version
- pkgver = v1.08.r0.g5b459358
+ pkgver = v1.08.r20.gf9d87e36
pkgrel = 1
url = http://www.flarerpg.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 98bb9646f854..10c7c4ba1d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: dorkster <jajdorkster@gmail.com>
pkgname=flare-game-git
-pkgver=v1.08.r0.g5b459358
+pkgver=v1.08.r20.gf9d87e36
pkgrel=1
pkgdesc="Fantasy action RPG using the FLARE engine - Git version"
url="http://www.flarerpg.org/"
@@ -11,7 +11,7 @@ makedepends=('git>=1.7.10-1' 'cmake')
depends=('flare-engine-git')
conflicts=('flare-game')
replaces=('flare-game')
-source=("git://github.com/flareteam/flare-game.git")
+source=("git+https://github.com/flareteam/flare-game")
sha1sums=('SKIP')
pkgver() {