summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9664e09f14b..440faa93c066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
#!/bin/bash
# shellcheck disable=SC2034
# Maintainer: Alexandre Bouvier <contact at amb dot tf>
-_pkgname=foobar2000-playcount
-pkgname="$_pkgname-bin"
+pkgname=foobar2000-component-playcount-bin
pkgver=3.0.2
pkgrel=1
pkgdesc="Collects playback statistics for your music"
@@ -11,6 +10,8 @@ url="https://www.foobar2000.org/components/view/foo_playcount"
license=('unknown')
depends=('foobar2000>=1.1.0')
makedepends=('wget')
+conflicts=('foobar2000-playcount-bin')
+replaces=('foobar2000-playcount-bin')
source=("foo_playcount.fb2k-component::https://www.foobar2000.org/components/view/foo_playcount")
md5sums=('1699e277414cedf2def7df6c3f3f2e54')