AUR pkgbuild syntax error fixed

This commit is contained in:
Kingkor Roy Tirtho 2022-07-11 12:02:36 +06:00
parent ec13b50146
commit a14ea6c13d
2 changed files with 9 additions and 8 deletions

View File

@ -1,14 +1,15 @@
pkgbase = spotube-bin
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
pkgrel = 3
pkgver = 2.3.0
pkgrel = 1
url = https://github.com/KRTirtho/spotube/
arch = x86_64
license = BSD-4-Clause
depends = libkeybinder3
depends = gstreamer
depends = gst-libav
depends = gst-plugins-base
depends = gst-plugins-good
depends = webkit2gtk
source = https://github.com/KRTirtho/spotube/releases/download/v2.0.0/Spotube-linux-x86_64.tar.xz
md5sums = 55955fb42d7e3f960392d68d45e2030a
source = https://github.com/KRTirtho/spotube/releases/download/v2.3.0/Spotube-linux-x86_64.tar.xz
md5sums = 8cd6a7385c5c75d203dccd762f1d63ec
pkgname = spotube-bin

View File

@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/KRTirtho/spotube/"
license=('BSD-4-Clause')
groups=()
depends=('gstreamer' 'gst-libav', 'gst-plugins-base' 'gst-plugins-good')
depends=('gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good')
makedepends=()
checkdepends=()
optdepends=()
@ -24,7 +24,7 @@ noextract=()
md5sums=(%{{LINUX_MD5}}%)
validpgpkeys=()
package(){
package() {
install -dm755 "${pkgdir}/usr/share/icons/spotube"
install -dm755 "${pkgdir}/usr/share/applications"
install -dm755 "${pkgdir}/usr/share/appdata"