summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb7d5f7e4c18..2318ef28734e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arma3-linux-launcher-git
pkgdesc = Advanced launcher for ArmA 3 on Linux
- pkgver = 125.3eb5e21
+ pkgver = 353.323627c
pkgrel = 1
url = https://github.com/muttleyxd/arma3-unix-launcher
arch = i686
@@ -13,8 +13,7 @@ pkgbase = arma3-linux-launcher-git
depends = qt5-svg
provides = arma3-unix-launcher
conflicts = arma3-unix-launcher
- source = arma3-linux-launcher-git::git://github.com/muttleyxd/arma3-unix-launcher.git
+ source = arma3-linux-launcher-git::git+https://github.com/muttleyxd/arma3-unix-launcher.git
md5sums = SKIP
pkgname = arma3-linux-launcher-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c224bc3bf20..710255e00050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: muttleyxd <muttdini[ at ]gmail.com>
pkgname=arma3-linux-launcher-git
-pkgver=125.3eb5e21
+pkgver=353.323627c
pkgrel=1
pkgdesc="Advanced launcher for ArmA 3 on Linux"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('fmt' 'qt5-base' 'qt5-svg')
makedepends=('cmake' 'make')
provides=('arma3-unix-launcher')
conflicts=('arma3-unix-launcher')
-source=("$pkgname::git://github.com/muttleyxd/arma3-unix-launcher.git")
+source=("$pkgname::git+https://github.com/muttleyxd/arma3-unix-launcher.git")
md5sums=('SKIP')
pkgver()