Merge branch 'build'

This commit is contained in:
Kingkor Roy Tirtho 2022-03-24 23:41:19 +06:00
commit 11d0e4783e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
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)