summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryanLiang2023-11-19 19:46:30 +0800
committerBryanLiang2023-11-19 19:46:30 +0800
commita62dc6679423d09bb9aa75f26a5f22ca19bcbefd (patch)
treebc1634f29359fa4ceebb44bdcbef9ed9f19b9650
parentd832698e20835a65bd732e0de1b168f606f00298 (diff)
downloadaur-a62dc6679423d09bb9aa75f26a5f22ca19bcbefd.tar.gz
Fix typo in package description and add glibc as depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff987abfac9..4a556a0c9050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = spotifox-bin
- pkgdesc = Spotifox is yet another spotify CLI client similar to go-mousicfox. (Precompiled version)
+ pkgdesc = Spotifox is yet another spotify CLI client similar to go-musicfox. (Precompiled version)
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/go-musicfox/spotifox
arch = x86_64
arch = aarch64
arch = armv7h
license = MIT
+ depends = glibc
depends = alsa-lib
conflicts = spotifox
source_x86_64 = https://github.com/go-musicfox/spotifox/releases/download/v1.0.2/spotifox_1.0.2_linux_amd64.zip
diff --git a/PKGBUILD b/PKGBUILD
index e09288025129..89dfb1f5e700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=spotifox-bin
pkgver=1.0.2
-pkgrel=1
-pkgdesc='Spotifox is yet another spotify CLI client similar to go-mousicfox. (Precompiled version)'
+pkgrel=2
+pkgdesc='Spotifox is yet another spotify CLI client similar to go-musicfox. (Precompiled version)'
arch=('x86_64' 'aarch64' 'armv7h')
url='https://github.com/go-musicfox/spotifox'
license=('MIT')
conflicts=('spotifox')
-depends=('alsa-lib')
+depends=('glibc'
+ 'alsa-lib')
source_x86_64=("${url}/releases/download/v${pkgver}/spotifox_${pkgver}_linux_amd64.zip")
source_aarch64=("${url}/releases/download/v${pkgver}/spotifox_${pkgver}_linux_arm64.zip")