diff --git a/README.md b/README.md index 19e64bd9..da7cb727 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,12 @@ All the binaries are located in the [releases](https://github.com/krtirtho/spotu ## Android -Download the [Android app](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-android-arm64-v8a.apk) & install it on your phone/tablet +Download the Android app according to your device's CPU architecture +- [arm64-v8a (for 64 bit ARM)](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-android-arm64-v8a.apk) +- [armeabi-v7a (for 32 bit ARM)](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-android-armeabi-v7a.apk) +- [x86_64 (for 64 bit x86/amd64)](https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-android-x86_64.apk) + +Then install it on your Android smartphone/tablet ## Windows diff --git a/aur-struct/.SRCINFO b/aur-struct/.SRCINFO index dd334745..81167820 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/v2.0.0/Spotube-linux-x86_64.tar.xz - md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1 + md5sums = 55955fb42d7e3f960392d68d45e2030a pkgname = spotube-bin diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 2c31dff7..e605abd4 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kingkor Roy Tirtho pkgname=spotube-bin pkgver=2.0.0 -pkgrel=1 +pkgrel=2 epoch= pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed" arch=(x86_64) @@ -21,7 +21,7 @@ install= changelog= source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/Spotube-linux-x86_64.tar.xz") noextract=() -md5sums=(f49d21ef00c7d43eb70e7e9b2a7103c1) +md5sums=(55955fb42d7e3f960392d68d45e2030a) validpgpkeys=() package(){