From 799919d538294d7082306636526c2f3608abc336 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Tue, 8 Feb 2022 10:51:15 +0600 Subject: [PATCH] aur PKGBUILD & chocolatey VERIFICATION.txt update for version 1.2.0 --- aur-struct/.SRCINFO | 2 +- aur-struct/PKGBUILD | 5 ++++- choco-struct/tools/VERIFICATION.txt | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/aur-struct/.SRCINFO b/aur-struct/.SRCINFO index 7f5956bc..684aaf92 100644 --- a/aur-struct/.SRCINFO +++ b/aur-struct/.SRCINFO @@ -7,6 +7,6 @@ pkgbase = spotube-bin license = BSD-4-Clause depends = libkeybinder3 source = https://github.com/KRTirtho/spotube/releases/download/v1.2.0/Spotube-linux-x86_64.tar.xz - md5sums = 0db87627ddf753bc7f09ebbb282184ee + md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1 pkgname = spotube-bin diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 4e7ceb3e..4284e0f8 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -21,16 +21,19 @@ install= changelog= source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/Spotube-linux-x86_64.tar.xz") noextract=() -md5sums=(0db87627ddf753bc7f09ebbb282184ee) +md5sums=(f49d21ef00c7d43eb70e7e9b2a7103c1) validpgpkeys=() package(){ install -dm755 "${pkgdir}/usr/share/icons/${pkgname}" install -dm755 "${pkgdir}/usr/share/applications" + install -dm755 "${pkgdir}/usr/share/appdata" install -dm755 "${pkgdir}/usr/share/${pkgname}" install -dm755 "${pkgdir}/usr/bin" cp -ra ./ "${pkgdir}/usr/share/${pkgname}" cp ./spotube.desktop "${pkgdir}/usr/share/applications" cp ./spotube-logo.png "${pkgdir}/usr/share/icons/${pkgname}" + cp ./com.github.KRTirtho.Spotube.appdata.xml "${pkgdir}/usr/share/appdata/spotube.appdata.xml" + sed -i 's|com.github.KRTirtho.Spotube|spotube|' "${pkgdir}/usr/share/appdata/spotube.appdata.xml" ln -s "/usr/share/${pkgname}/spotube" "${pkgdir}/usr/bin/${pkgname}" } diff --git a/choco-struct/tools/VERIFICATION.txt b/choco-struct/tools/VERIFICATION.txt index b24d0da2..4c71818e 100644 --- a/choco-struct/tools/VERIFICATION.txt +++ b/choco-struct/tools/VERIFICATION.txt @@ -7,7 +7,7 @@ in verifying that this package's contents are trustworthy. Please go to releases page https://github.com/KRTirtho/spotube/releases -Download same version as this choco package (example for v1.1.0) +Download same version as this choco package (example for v1.2.0) https://github.com/KRTirtho/spotube/releases/tag/v1.0.1 1. get hashes. Run: @@ -15,9 +15,9 @@ powershell -command Get-FileHash tools\Spotube-windows-x86_64-setup.exe 2. The checksums should match the following: --- -Version Hashes for v1.1.0 +Version Hashes for v1.2.0 Algorithm Hash Path --------- ---- ---- -SHA256 144fb4170b424ae9ecee8941354244cb9744c0913fdc69f730a8b5e40e56753d tools\Spotube-windows-x86_64-setup.exe \ No newline at end of file +SHA256 02c032e1a2b8f60969b7a65c6a5e21df2bf5834cc8d8062cf56a2c8245a2a90e tools\Spotube-windows-x86_64-setup.exe \ No newline at end of file