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/PKGBUILD b/aur-struct/PKGBUILD index 801ec863..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)