diff options
author | Rudolf Polzer | 2023-05-29 08:49:53 -0400 |
---|---|---|
committer | Rudolf Polzer | 2023-05-29 08:49:53 -0400 |
commit | 14e0f143f01d3076d04b65c6241cd5e1e0ea5cac (patch) | |
tree | 7303fcf3fbe7dc6b0ef0162ebfe5d7e4f1d5fdbb | |
parent | 0dbc69be694073a6641698bfa1283eb5838899e9 (diff) | |
download | aur-14e0f143f01d3076d04b65c6241cd5e1e0ea5cac.tar.gz |
Release v1.4.2.
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 9 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = aaaaxy pkgdesc = A nonlinear puzzle platformer taking place in impossible spaces - pkgver = 1.3.538 + pkgver = 1.4.2 pkgrel = 1 url = https://github.com/divVerent/aaaaxy arch = x86_64 @@ -11,13 +11,14 @@ pkgbase = aaaaxy makedepends = libxi makedepends = libxrandr makedepends = make + makedepends = zip depends = alsa-lib depends = hicolor-icon-theme depends = libglvnd depends = libx11 - source = aaaaxy-1.3.538.tar.gz::https://github.com/divVerent/aaaaxy/archive/refs/tags/v1.3.538.tar.gz - source = https://github.com/divVerent/aaaaxy/releases/download/v1.3.538/sdl-gamecontrollerdb-for-aaaaxy-v1.3.538.zip - sha256sums = d654965c89d54d32421a1465496ee84bee06a986bf049c149c7f1a85c173b6df + source = aaaaxy-1.4.2.tar.gz::https://github.com/divVerent/aaaaxy/archive/refs/tags/v1.4.2.tar.gz + source = https://github.com/divVerent/aaaaxy/releases/download/v1.4.2/sdl-gamecontrollerdb-for-aaaaxy-v1.4.2.zip + sha256sums = f90c7569397064bf262883944d64d28556a0545ea7902482f5d5def426b2c4cc sha256sums = 42c3c2bb0bdefa18f012cb5209b63d7c274f5afac935000106cfceba2ba069cf pkgname = aaaaxy @@ -2,7 +2,7 @@ # Contributor: FabioLolix pkgname=aaaaxy -pkgver=1.3.538 +pkgver=1.4.2 pkgrel=1 pkgdesc='A nonlinear puzzle platformer taking place in impossible spaces' arch=('x86_64') @@ -14,10 +14,10 @@ depends=('alsa-lib' 'hicolor-icon-theme' 'libglvnd' 'libx11') # external linker is used with --as-needed in Arch's default LDFLAGS, these will # not actually be linked to by the final binary. This is why these are in # makedepends but not depends. -makedepends=('go' 'libxcursor' 'libxinerama' 'libxi' 'libxrandr' 'make') +makedepends=('go' 'libxcursor' 'libxinerama' 'libxi' 'libxrandr' 'make' 'zip') source=("aaaaxy-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz" "${url}/releases/download/v${pkgver}/sdl-gamecontrollerdb-for-aaaaxy-v${pkgver}.zip") -sha256sums=('d654965c89d54d32421a1465496ee84bee06a986bf049c149c7f1a85c173b6df' +sha256sums=('f90c7569397064bf262883944d64d28556a0545ea7902482f5d5def426b2c4cc' '42c3c2bb0bdefa18f012cb5209b63d7c274f5afac935000106cfceba2ba069cf') prepare() { @@ -28,6 +28,7 @@ prepare() { build() { cd "$pkgname-$pkgver" + export ADVZIP=: # Exists only in AUR, so disable for now. export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw" export AAAAXY_BUILD_USE_VERSION_FILE=true make BUILDTYPE=release |