summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorston2022-10-13 00:38:56 +0800
committerston2022-10-13 00:38:56 +0800
commita4d6c597e524c8313afa54f4a9666e9faadb8690 (patch)
tree226d0b9fc767dc130a8173d6364b20b5ecc7e3c4
parent0d05cc9f89d4caec41ca8eb379493936cc42cb6d (diff)
downloadaur-a4d6c597e524c8313afa54f4a9666e9faadb8690.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b22710140de2..98660061fae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,9 @@ pkgbase = go-musicfox-bin
license = MIT
depends = flac
depends = alsa-lib
+ provides = musicfox
+ conflicts = musicfox
+ conflicts = go-musicfox
source = https://github.com/anhoder/go-musicfox/releases/download/v3.2.2/go-musicfox_3.2.2_linux_amd64.zip
source = LICENSE
sha256sums = 6971bfb234ee4e3bf75b3f98c7d37d2a855221ea9f747cf1232a923af903710d
diff --git a/PKGBUILD b/PKGBUILD
index c02394d2b030..b36131b08338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,8 @@ pkgdesc='Command-line Netease Cloud Music written in Go.'
url='https://github.com/anhoder/go-musicfox'
license=('MIT')
arch=('x86_64')
+provides=('musicfox')
+conflicts=('musicfox' 'go-musicfox')
depends=('flac' 'alsa-lib')
source=(
"${url}/releases/download/v${pkgver}/go-musicfox_${pkgver}_linux_amd64.zip"