[arch-commits] Commit in mps-youtube/trunk (PKGBUILD mps-youtube.install)

Johannes Löthberg demize at archlinux.org
Thu May 28 14:26:48 UTC 2015


    Date: Thursday, May 28, 2015 @ 16:26:48
  Author: demize
Revision: 134275

mps-youtube: Fix botched printf

Modified:
  mps-youtube/trunk/PKGBUILD
  mps-youtube/trunk/mps-youtube.install

---------------------+
 PKGBUILD            |    2 +-
 mps-youtube.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-28 13:32:58 UTC (rev 134274)
+++ PKGBUILD	2015-05-28 14:26:48 UTC (rev 134275)
@@ -2,7 +2,7 @@
 
 pkgname=mps-youtube
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Terminal based YouTube jukebox with playlist management"
 url='https://github.com/np1/mps-youtube'

Modified: mps-youtube.install
===================================================================
--- mps-youtube.install	2015-05-28 13:32:58 UTC (rev 134274)
+++ mps-youtube.install	2015-05-28 14:26:48 UTC (rev 134275)
@@ -1,5 +1,5 @@
 post_install () {
-	printf "==> Install either mpv or mplayer for playback.\n
+	printf "%s\n" "==> Install either mpv or mplayer for playback."
 }
 
 post_upgrade () {



More information about the arch-commits mailing list