summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff4f6f3295d3..328ccc99b629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,7 @@ pkgbase = little-space-git
url = https://github.com/cosmo-ray/little-space/tree/little-space
arch = any
depends = yirl-git
- source = git://github.com/cosmo-ray/little-space.git#branch=little-space
+ source = git+https://github.com/cosmo-ray/little-space.git#branch=little-space
sha256sums = SKIP
pkgname = little-space-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fff9391ba0b3..7f0c010b0de3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Gatto <uso.cosmo.ray at gmail dot com>
pkgname=little-space-git
-pkgver=r14.b4ca8ba
+pkgver=r15.49ca64d
pkgrel=1
pkgdesc="Small Shoot'em UP"
@@ -21,7 +21,7 @@ depends=(yirl-git)
#default branch is little mage, another game using he same engine
#but scale for desktop screen
-source=(git://github.com/cosmo-ray/little-space.git#branch=little-space)
+source=(git+https://github.com/cosmo-ray/little-space.git#branch=little-space)
sha256sums=("SKIP")
build() {