mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fixed wrong md5 hash of AUR
other android ABI documentation added
This commit is contained in:
parent
5574c5a6e5
commit
8f8eeb4984
@ -48,7 +48,12 @@ All the binaries are located in the [releases](https://github.com/krtirtho/spotu
|
|||||||
|
|
||||||
## Android
|
## 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
|
## Windows
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ pkgbase = spotube-bin
|
|||||||
license = BSD-4-Clause
|
license = BSD-4-Clause
|
||||||
depends = libkeybinder3
|
depends = libkeybinder3
|
||||||
source = https://github.com/KRTirtho/spotube/releases/download/v2.0.0/Spotube-linux-x86_64.tar.xz
|
source = https://github.com/KRTirtho/spotube/releases/download/v2.0.0/Spotube-linux-x86_64.tar.xz
|
||||||
md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1
|
md5sums = 55955fb42d7e3f960392d68d45e2030a
|
||||||
|
|
||||||
pkgname = spotube-bin
|
pkgname = spotube-bin
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
|
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
|
||||||
pkgname=spotube-bin
|
pkgname=spotube-bin
|
||||||
pkgver=2.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
|
pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
@ -21,7 +21,7 @@ install=
|
|||||||
changelog=
|
changelog=
|
||||||
source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/Spotube-linux-x86_64.tar.xz")
|
source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/Spotube-linux-x86_64.tar.xz")
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=(f49d21ef00c7d43eb70e7e9b2a7103c1)
|
md5sums=(55955fb42d7e3f960392d68d45e2030a)
|
||||||
validpgpkeys=()
|
validpgpkeys=()
|
||||||
|
|
||||||
package(){
|
package(){
|
||||||
|
Loading…
Reference in New Issue
Block a user