summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Panteleev2021-03-23 11:44:57 +0000
committerVladimir Panteleev2021-03-23 11:45:26 +0000
commit5359348cc0935d230c1fe79f7f977fa50e737ad5 (patch)
tree0a01747c4917b01fc327b99dd825a0721eb9854c /PKGBUILD
parente02a53a89b90d411ad7bf248fd8002021bf4ea1c (diff)
downloadaur-5359348cc0935d230c1fe79f7f977fa50e737ad5.tar.gz
PKGBUILD: Add instructions for how to update the variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbf56157b7e7..0f5d83713530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,16 @@ depends=(libvorbis libpng sdl2)
makedepends=()
_base=mzx${pkgver/.}
_filename=${_base}src.tar.xz
-_sha256sum=239bac1ed064ab2c08679116c25cf5fea49a337dd3835ad0bf661de1663339bc
+
+# To get the _rid from upstream, look at the last page of
+# https://www.digitalmzx.com/search.php?browse=4&desc=recordReleaseDate.
+# Look for the "Source Code" download.
_rid=2610
+# To get the _sha256sum from upstream, open the link from the table in the step
+# above, and look at the target of the download link in the sidebar on the left.
+_sha256sum=239bac1ed064ab2c08679116c25cf5fea49a337dd3835ad0bf661de1663339bc
+
# download.php URL: Identifies the download using the Megazeux version.
#source=("${_filename}::https://www.digitalmzx.com/download.php?latest=src&ver=${pkgver}")