summaryrefslogtreecommitdiff
path: root/pcr/mpdscribble
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 21:04:49 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 21:04:49 +0100
commita96aaa8bb7e1bb021fe8dee6b44f3aea790ede57 (patch)
treeeac09564c4050e617eb73ff6c089aab71485aff1 /pcr/mpdscribble
parent0c0076d5aad1ddd61a8da22149b495164338fd34 (diff)
pcr/mpdscribble: bumped pkgrel and rebuilt
Diffstat (limited to 'pcr/mpdscribble')
-rw-r--r--pcr/mpdscribble/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/pcr/mpdscribble/PKGBUILD b/pcr/mpdscribble/PKGBUILD
index 810a260b2..f4260327c 100644
--- a/pcr/mpdscribble/PKGBUILD
+++ b/pcr/mpdscribble/PKGBUILD
@@ -1,12 +1,15 @@
-# Maintainer (Arch): jason ryan <jasonwryan@gmail.com>
-# Contributor (Arch): Bartłomiej Piotrowski <nospam@bpiotrowwski.pl>
-# Contributor (Arch): Thomas Dziedzic < gostrc at gmail >
-# Contributor (Arch): evr <evanroman at gmail>
-# Contributor (Arch): Luiz Ribeiro <luizribeiro@gmail.com>
+# Maintainer (AUR): jason ryan <jasonwryan@gmail.com>
+# Contributor (AUR): Bartłomiej Piotrowski <nospam@bpiotrowwski.pl>
+# Contributor (AUR): Thomas Dziedzic < gostrc at gmail >
+# Contributor (AUR): evr <evanroman at gmail>
+# Contributor (AUR): Luiz Ribeiro <luizribeiro@gmail.com>
+
+# parabola changes and rationale:
+# no changes.
pkgname=mpdscribble
pkgver=0.22
-pkgrel=12
+pkgrel=13
pkgdesc='MPD client which submits track info to {Libre,Last}.fm'
url='http://mpd.wikia.com/wiki/Client:Mpdscribble'
arch=('i686' 'x86_64' 'armv7h')
@@ -19,7 +22,7 @@ md5sums=('652ee927b797e9a4cef45494e77047db'
'a57d7d3d41b37fb23b45835aa0cfc325')
prepare() {
- sed 's:multi-user.target:default.target:;:User=%i:d' service > user.service
+ sed 's/multi-user.target/default.target/;/User=%i/d' service > user.service
}
build() {