summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10271a67d1ed..bbcfa4744549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = lix-git
pkgdesc = An action-puzzle game inspired by Lemmings
pkgver = 0.10.0.r1666414453.0226bd1c
pkgrel = 1
- url = http://www.lixgame.com/
+ url = https://www.lixgame.com/
arch = i686
arch = x86_64
license = custom:CC0
@@ -16,7 +16,7 @@ pkgbase = lix-git
provides = lix
conflicts = lix
source = lix-git::git+https://github.com/SimonN/lix-unstable.git
- source = lix-git-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
+ source = lix-git-music-2.zip::https://www.lixgame.com/dow/lix-music.zip
source = lix-git-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
source = lix-git-bolts::git+https://github.com/aliak00/bolts.git#tag=v1.3.1
source = lix-git-derelict-enet::git+https://github.com/DerelictOrg/DerelictENet.git#tag=v4.2.0
@@ -29,7 +29,7 @@ pkgbase = lix-git
source = lix-git-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.11.22
source = lix-git-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.55
sha512sums = SKIP
- sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
+ sha512sums = 280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bd7246e55e3a..c2d8a87f941e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Lucki <https://aur.archlinux.org/account/Lucki>
# Contributor: Carl Reinke <mindless2112 gmail com>
-# shellcheck disable=SC2034,2154,2148
+# shellcheck shell=bash
+# shellcheck disable=2034,2154
pkgname=lix-git
_pkgname=${pkgname%-git}
@@ -9,12 +10,12 @@ pkgrel=1
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$pkgname::git+https://github.com/SimonN/lix-unstable.git"
- "$pkgname-music-1.zip::http://www.lixgame.com/dow/lix-music.zip")
+ "$pkgname-music-2.zip::https://www.lixgame.com/dow/lix-music.zip")
sha512sums=('SKIP'
- '37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425')
+ '280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f')
pkgdesc="An action-puzzle game inspired by Lemmings"
arch=('i686' 'x86_64')
-url="http://www.lixgame.com/"
+url="https://www.lixgame.com/"
license=('custom:CC0')
depends=('allegro' 'enet' 'hicolor-icon-theme' 'liblphobos')
makedepends=('git' 'ldc' 'dub')