summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Priestley2025-03-07 09:29:54 -0330
committerAdrian Priestley2025-03-07 09:29:54 -0330
commit81f2e0904a22f10c1e4e4f2a0edce83e073d66e3 (patch)
treec18516f12452d78566fba6eee3400eedc55145d2
parent345806c3585680802e1c929e7a991dce5405c7bb (diff)
downloadaur-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--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dd172eced41..fe4f86b40595 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 717c567ddfd1..20a06dc9fe88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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