mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
AUR pkgbuild syntax error fixed
This commit is contained in:
parent
ec13b50146
commit
a14ea6c13d
@ -1,14 +1,15 @@
|
|||||||
pkgbase = spotube-bin
|
pkgbase = spotube-bin
|
||||||
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
|
||||||
pkgver = 2.0.0
|
pkgver = 2.3.0
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/KRTirtho/spotube/
|
url = https://github.com/KRTirtho/spotube/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD-4-Clause
|
license = BSD-4-Clause
|
||||||
depends = libkeybinder3
|
depends = gstreamer
|
||||||
|
depends = gst-libav
|
||||||
|
depends = gst-plugins-base
|
||||||
depends = gst-plugins-good
|
depends = gst-plugins-good
|
||||||
depends = webkit2gtk
|
source = https://github.com/KRTirtho/spotube/releases/download/v2.3.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 = 8cd6a7385c5c75d203dccd762f1d63ec
|
||||||
md5sums = 55955fb42d7e3f960392d68d45e2030a
|
|
||||||
|
|
||||||
pkgname = spotube-bin
|
pkgname = spotube-bin
|
||||||
|
@ -8,7 +8,7 @@ arch=(x86_64)
|
|||||||
url="https://github.com/KRTirtho/spotube/"
|
url="https://github.com/KRTirtho/spotube/"
|
||||||
license=('BSD-4-Clause')
|
license=('BSD-4-Clause')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('gstreamer' 'gst-libav', 'gst-plugins-base' 'gst-plugins-good')
|
depends=('gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
optdepends=()
|
optdepends=()
|
||||||
|
Loading…
Reference in New Issue
Block a user