summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2017-01-14 22:10:32 +0100
committerAlexandre Bouvier2017-01-14 22:11:09 +0100
commitf6fc5d0a559c7df0d2b9015227c9980703acf75c (patch)
tree594b527a6f258a26d1f74d7b7cca62eff9df7708
parent19c33d1880a4f8d4ec72bcabaf1350869d79f92c (diff)
downloadaur-f6fc5d0a559c7df0d2b9015227c9980703acf75c.tar.gz
change package name
-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')