summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoripochto2022-03-26 20:43:34 +0300
committeripochto2022-03-26 20:43:34 +0300
commitfd94f22ed926a781578225ed681d0603bd969d25 (patch)
tree4e20a95db5cd3152f04ac8a2fe653f1ed9119d8a
parent93475fee9e98dbc5507e1a890255bd7bfc5059b8 (diff)
downloadaur-fd94f22ed926a781578225ed681d0603bd969d25.tar.gz
enabled https in source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb098696d16..d58f9faf838a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = war1gus-git
pkgdesc = Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine (dev version)
pkgver = 3.2.1.r873.7fa311f_20211226
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Wargus/war1gus
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = war1gus-git
optdepends = fluidsynth: midi music support
optdepends = soundfont-fluid: sound font for midi music support
conflicts = war1gus
- source = war1gus-git::git://github.com/Wargus/war1gus.git
+ source = war1gus-git::git+https://github.com/Wargus/war1gus.git
md5sums = SKIP
pkgname = war1gus-git
diff --git a/PKGBUILD b/PKGBUILD
index e1b17ac24e61..a0f7644e3bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=war1gus-git
pkgver=3.2.1.r873.7fa311f_20211226
-pkgrel=1
+pkgrel=2
pkgdesc="Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine (dev version)"
arch=("i686" "x86_64")
url="https://github.com/Wargus/war1gus"
@@ -25,7 +25,7 @@ optdepends=(
'soundfont-fluid: sound font for midi music support'
)
conflicts=('war1gus')
-source=("${pkgname}::git://github.com/Wargus/war1gus.git")
+source=("${pkgname}::git+https://github.com/Wargus/war1gus.git")
md5sums=('SKIP')
pkgver() {