diff options
author | Vitalii Kuzhdin | 2024-08-27 20:49:30 +0300 |
---|---|---|
committer | Vitalii Kuzhdin | 2024-08-27 20:49:30 +0300 |
commit | 8ca5014ca6f94aaadb89ab6588612c6a9e59f522 (patch) | |
tree | 9f4985a002d8f971a56c7fe0fc4a166ec6839c66 | |
parent | 104fea47826878e4d95704ae3786523a227e4b6d (diff) | |
download | aur-8ca5014ca6f94aaadb89ab6588612c6a9e59f522.tar.gz |
Bump to 1.5.190
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = aaaaxy-bin pkgdesc = A nonlinear puzzle platformer taking place in impossible spaces - pkgver = 1.5.183 + pkgver = 1.5.190 pkgrel = 1 url = https://github.com/divVerent/aaaaxy arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = aaaaxy-bin depends = libx11 provides = aaaaxy conflicts = aaaaxy - source_x86_64 = aaaaxy-1.5.183-x86_64.zip::https://github.com/divVerent/aaaaxy/releases/download/v1.5.183/aaaaxy-linux-amd64-v1.5.183.zip - sha256sums_x86_64 = 3d7ff4a58f1788940a183c60c6cd3eec278b09666b29444c93b9815f333bdfc7 + source_x86_64 = aaaaxy-1.5.190-x86_64.zip::https://github.com/divVerent/aaaaxy/releases/download/v1.5.190/aaaaxy-linux-amd64-v1.5.190.zip + sha256sums_x86_64 = 3a06d0de1007c5a47f8cca8f3ed01bf1429b535edb051fb405b72da37137686c pkgname = aaaaxy-bin @@ -2,7 +2,7 @@ _pkgname="aaaaxy" pkgname="${_pkgname}-bin" -pkgver=1.5.183 +pkgver=1.5.190 pkgrel=1 pkgdesc="A nonlinear puzzle platformer taking place in impossible spaces" arch=('x86_64') @@ -13,7 +13,7 @@ provides=("${_pkgname}") conflicts=("${_pkgname}") _pkgsrc="${_pkgname}-${pkgver}" source_x86_64=("${_pkgsrc}-x86_64.zip::${url}/releases/download/v${pkgver}/${_pkgname}-linux-amd64-v${pkgver}.zip") -sha256sums_x86_64=('3d7ff4a58f1788940a183c60c6cd3eec278b09666b29444c93b9815f333bdfc7') +sha256sums_x86_64=('3a06d0de1007c5a47f8cca8f3ed01bf1429b535edb051fb405b72da37137686c') package() { cd "${srcdir}" |