diff options
author | Adrian Priestley | 2025-03-07 09:29:54 -0330 |
---|---|---|
committer | Adrian Priestley | 2025-03-07 09:29:54 -0330 |
commit | 81f2e0904a22f10c1e4e4f2a0edce83e073d66e3 (patch) | |
tree | c18516f12452d78566fba6eee3400eedc55145d2 | |
parent | 345806c3585680802e1c929e7a991dce5405c7bb (diff) | |
download | aur-81f2e0904a22f10c1e4e4f2a0edce83e073d66e3.tar.gz |
feat(packages): Bump package version to 1.2.0-6
- Update .SRCINFO with new pkgrel value
- Update PKGBUILD with new pkgrel and artifact values
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,7 @@ pkgbase = zelda64recomp-mod-ui-bin pkgdesc = Static recompilation of Majora's Mask for PC. Mod UI support draft. pkgver = 1.2.0 - pkgrel = 5 + pkgrel = 6 url = https://github.com/Zelda64Recomp/Zelda64Recomp/pull/535 arch = x86_64 arch = aarch64 @@ -19,9 +19,9 @@ pkgbase = zelda64recomp-mod-ui-bin conflicts = zelda64recomp-git conflicts = zelda64recomp-modding-bin conflicts = zelda64recomp-modding-bin-debug - source_x86_64 = https://nightly.link/Zelda64Recomp/Zelda64Recomp/actions/artifacts/2635570570.zip - sha256sums_x86_64 = c45143c150ac673dce5a2bcb444958d93ca493d4774045e5fe0c31f1c20924eb - source_aarch64 = https://nightly.link/Zelda64Recomp/Zelda64Recomp/actions/artifacts/2635571595.zip - sha256sums_aarch64 = a31d1c718f3980c9a0e336f6015e22fa50b7e497459a67a3924ed0e3489591c5 + source_x86_64 = https://nightly.link/Zelda64Recomp/Zelda64Recomp/actions/artifacts/2700961079.zip + sha256sums_x86_64 = 32ff6aad0871d1e69fbe2ed5610a287b4224fd554726ece52b4bf0c9b7248af4 + source_aarch64 = https://nightly.link/Zelda64Recomp/Zelda64Recomp/actions/artifacts/2700960075.zip + sha256sums_aarch64 = c2169121dcc15b7712f5bddf00b8bd79b3199971320e7aa25d3776436508b59e pkgname = zelda64recomp-mod-ui-bin @@ -2,7 +2,7 @@ _reponame=Zelda64Recomp _pkgname=${_reponame,,} pkgname=${_pkgname}-mod-ui-bin pkgver=1.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="Static recompilation of Majora's Mask for PC. Mod UI support draft." url='https://github.com/Zelda64Recomp/Zelda64Recomp/pull/535' arch=("x86_64" "aarch64") @@ -10,12 +10,12 @@ license=("GPL3") depends=(freetype2 gtk3 libx11 libxrandr sdl2 vulkan-driver) provides=("${_pkgname}" "${pkgname}-debug") conflicts=("${_pkgname}" "${_pkgname}-bin" "${_pkgname}-git" "${_pkgname}-modding-bin" "${_pkgname}-modding-bin-debug") -artifact_x86_64=2635570570 -artifact_aarch64=2635571595 +artifact_x86_64=2700961079 +artifact_aarch64=2700960075 source_x86_64=("https://nightly.link/Zelda64Recomp/Zelda64Recomp/actions/artifacts/${artifact_x86_64}.zip") source_aarch64=("https://nightly.link/Zelda64Recomp/Zelda64Recomp/actions/artifacts/${artifact_aarch64}.zip") -sha256sums_x86_64=('c45143c150ac673dce5a2bcb444958d93ca493d4774045e5fe0c31f1c20924eb') -sha256sums_aarch64=('a31d1c718f3980c9a0e336f6015e22fa50b7e497459a67a3924ed0e3489591c5') +sha256sums_x86_64=('32ff6aad0871d1e69fbe2ed5610a287b4224fd554726ece52b4bf0c9b7248af4') +sha256sums_aarch64=('c2169121dcc15b7712f5bddf00b8bd79b3199971320e7aa25d3776436508b59e') prepare() { local tempdir |