summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2017-01-14 22:10:23 +0100
committerAlexandre Bouvier2017-01-14 22:11:09 +0100
commit19c33d1880a4f8d4ec72bcabaf1350869d79f92c (patch)
tree1daf6b48320e3507dd47184bb74c0c3cea182994
parent901dde363353d5f64827cf23a2bc3adb3e5fc6e1 (diff)
downloadaur-19c33d1880a4f8d4ec72bcabaf1350869d79f92c.tar.gz
pack wget options
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb88436c7ec2..f0bd27f01739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = foobar2000-playcount-bin
+pkgbase = foobar2000-component-playcount-bin
pkgdesc = Collects playback statistics for your music
pkgver = 3.0.2
pkgrel = 1
@@ -7,8 +7,10 @@ pkgbase = foobar2000-playcount-bin
license = unknown
makedepends = wget
depends = foobar2000>=1.1.0
+ conflicts = foobar2000-playcount-bin
+ replaces = foobar2000-playcount-bin
source = foo_playcount.fb2k-component::https://www.foobar2000.org/components/view/foo_playcount
md5sums = 1699e277414cedf2def7df6c3f3f2e54
-pkgname = foobar2000-playcount-bin
+pkgname = foobar2000-component-playcount-bin
diff --git a/PKGBUILD b/PKGBUILD
index 583fd6682224..a9664e09f14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ source=("foo_playcount.fb2k-component::https://www.foobar2000.org/components/vie
md5sums=('1699e277414cedf2def7df6c3f3f2e54')
# bypass dynamic download link
-DLAGENTS=('https::/usr/bin/wget -nd -r -l 1 -A fb2k-component %u')
+DLAGENTS=('https::/usr/bin/wget -nd -rl1 -A fb2k-component')
package() {
# shellcheck disable=SC2154