diff options
author | Gustavo Ramos Rehermann | 2024-05-25 21:13:00 -0300 |
---|---|---|
committer | Gustavo Ramos Rehermann | 2024-05-25 21:13:00 -0300 |
commit | 1f0193b9c14a88f5f27eca3db00d4f81cec9d0d3 (patch) | |
tree | 7cc83180c1081b28d4c9878c4947d3d7cf126aad | |
parent | dad604aab785ebf5b95ec7c4283a33a933464cee (diff) | |
download | aur-1f0193b9c14a88f5f27eca3db00d4f81cec9d0d3.tar.gz |
Skip latest.yaml hash
The file is updated for every version, so it probably shouldn't be
verified on every new version.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,6 +23,6 @@ pkgbase = openttd-jgrpp-git source = git+https://github.com/JGRennison/OpenTTD-patches.git source = http://cdn.openttd.org/latest.yaml sha256sums = SKIP - sha256sums = 05825a0a2fb0336203b67a4cb93d3e9d25e16fe7c0734ec3b399ed4a6077a95c + sha256sums = SKIP pkgname = openttd-jgrpp-git @@ -24,7 +24,7 @@ _gitname=OpenTTD-patches source=("git+https://github.com/JGRennison/$_gitname.git$_fragment" "http://cdn.openttd.org/latest.yaml") sha256sums=('SKIP' - '05825a0a2fb0336203b67a4cb93d3e9d25e16fe7c0734ec3b399ed4a6077a95c') + 'SKIP') pkgver() { cd "$_gitname" |