diff options
author | Lucki | 2024-06-23 15:49:25 +0200 |
---|---|---|
committer | Lucki | 2024-06-23 15:49:25 +0200 |
commit | fecfc5de4b1b5a2dfb2ec96913363e8f0a1ad2be (patch) | |
tree | ca83bf93914470ad911a5a922a6a2496bff44842 | |
parent | 995cbcdc0ba3ca5642bf0f1cdd56addd2069241c (diff) | |
download | aur-fecfc5de4b1b5a2dfb2ec96913363e8f0a1ad2be.tar.gz |
upgpkg: lix 0.10.23-3
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 31 |
2 files changed, 27 insertions, 11 deletions
@@ -1,20 +1,21 @@ pkgbase = lix pkgdesc = An action-puzzle game inspired by Lemmings pkgver = 0.10.23 - pkgrel = 2 + pkgrel = 3 url = https://www.lixgame.com/ changelog = .CHANGELOG arch = i686 arch = x86_64 license = custom:CC0 - makedepends = git makedepends = d-compiler makedepends = dub + makedepends = git makedepends = jq + makedepends = pkgconf depends = allegro + depends = d-runtime depends = enet depends = hicolor-icon-theme - depends = d-runtime source = lix-0.10.23.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.23.tar.gz source = lix-music-1.1.zip::https://www.lixgame.com/dow/lix-music.zip sha512sums = e267686793aa21b765db3c3cc1e1e6df4451645bf341280ba3987fe6dd09d6577a7d72b9e4474b15fc43d67e7fe87903325bd782602f3bfa69e68eb1f9627124 @@ -5,20 +5,35 @@ pkgname=lix pkgver=0.10.23 -pkgrel=2 +pkgrel=3 +pkgdesc="An action-puzzle game inspired by Lemmings" +url="https://www.lixgame.com/" changelog=.CHANGELOG +license=('custom:CC0') + +_gitname=LixD source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz" "$pkgname-music-1.1.zip::https://www.lixgame.com/dow/lix-music.zip") sha512sums=('e267686793aa21b765db3c3cc1e1e6df4451645bf341280ba3987fe6dd09d6577a7d72b9e4474b15fc43d67e7fe87903325bd782602f3bfa69e68eb1f9627124' '280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f') -_gitname=LixD -pkgdesc="An action-puzzle game inspired by Lemmings" -arch=('i686' 'x86_64') -url="https://www.lixgame.com/" -license=('custom:CC0') -depends=('allegro' 'enet' 'hicolor-icon-theme' 'd-runtime') -makedepends=('git' 'd-compiler' 'dub' 'jq') +arch=( + i686 + x86_64 +) +depends=( + allegro + d-runtime + enet + hicolor-icon-theme +) +makedepends=( + d-compiler + dub + git + jq + pkgconf # https://github.com/SimonN/LixD/issues/469#issuecomment-2174416422 +) prepare() { cd "$_gitname-$pkgver" || exit 1 |