Merge pull request #53 from RomanJos/patch-1

add `gst-plugins-good` in PKGBUILD for arch linux
This commit is contained in:
Kingkor Roy Tirtho 2022-04-05 18:13:56 +06:00 committed by GitHub
commit 94bfe5ccc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
pkgname=spotube-bin
pkgver=2.0.0
pkgrel=2
pkgrel=3
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)
url="https://github.com/KRTirtho/spotube/"
license=('BSD-4-Clause')
groups=()
depends=('libkeybinder3')
depends=('libkeybinder3' 'gst-plugins-good' 'webkit2gtk')
makedepends=()
checkdepends=()
optdepends=()