summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gatto2022-03-18 17:24:18 +0100
committerMatthias Gatto2022-03-18 17:24:18 +0100
commit94746ed647275f5c194a7c4f777d31e72cab763d (patch)
treefa75f2a59f65676cb20a0b593bd16b494b8b46f5
parent5b79a156426d5e800ca033178121f9b0ac24698f (diff)
downloadaur-94746ed647275f5c194a7c4f777d31e72cab763d.tar.gz
use git+https instead of git
Signed-off-by: Matthias Gatto <matthias.gatto@protonmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bfb66033bcb..78695981172b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = sukeban-git
pkgdesc = FOSS JRPG about school and stuff, still heavilly in devlopement
- pkgver = r666.602304d
+ pkgver = r1033.c768775
pkgrel = 1
url = http://github.com/ArthurRobein/Pre-Hangover-Quest
arch = x86_64
depends = yirl-git
- source = git://github.com/ArthurRobein/Pre-Hangover-Quest.git
+ source = git+https://github.com/ArthurRobein/Pre-Hangover-Quest.git
sha256sums = SKIP
pkgname = sukeban-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1f3f0dba738a..f8ee3e29292e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Gatto <uso.cosmo.ray at gmail dot com>
pkgname=sukeban-git
-pkgver=r666.602304d
+pkgver=r1033.c768775
pkgrel=1
pkgdesc="FOSS JRPG about school and stuff, still heavilly in devlopement"
@@ -19,7 +19,7 @@ pkgver() {
depends=(yirl-git)
-source=(git://github.com/ArthurRobein/Pre-Hangover-Quest.git)
+source=(git+https://github.com/ArthurRobein/Pre-Hangover-Quest.git)
sha256sums=("SKIP")
build() {