[arch-commits] CVS update of extra/daemons/mpd (PKGBUILD mpd)

Dan McGee dan at archlinux.org
Mon Jul 9 02:59:29 UTC 2007


    Date: Sunday, July 8, 2007 @ 22:59:29
  Author: dan
    Path: /home/cvs-extra/extra/daemons/mpd

Modified: PKGBUILD (1.13 -> 1.14) mpd (1.5 -> 1.6)

upgpkg: mpd 0.13.0-1


----------+
 PKGBUILD |    4 ++--
 mpd      |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)


Index: extra/daemons/mpd/PKGBUILD
diff -u extra/daemons/mpd/PKGBUILD:1.13 extra/daemons/mpd/PKGBUILD:1.14
--- extra/daemons/mpd/PKGBUILD:1.13	Sun Jul  8 22:55:29 2007
+++ extra/daemons/mpd/PKGBUILD	Sun Jul  8 22:59:29 2007
@@ -15,10 +15,10 @@
 source=(http://musicpd.org/uploads/files/mpd-${pkgver}.tar.gz
         mpd mpd.conf.example)
 md5sums=('0b33bdb9d706439949344073e90f812a'
-         '567efa195f146d7093e32dec32cdd8ef'
+         'b7b43b8d2cd309bf17a686d43a5f2339'
          'b3e370377d39d17427c50f04a0cdea6e')
 sha1sums=('96f939b3d926c5b95d7615c1a5e7860f4d5fcd94'
-          '6257a29d97871a00ee1bea15690b7cc0a9ed1936'
+          '84a2276e3fe5bfd9978e4c1a4fa11285e3594e50'
           'f04a668c89cd3511751cc7d0b05cc8a3dd36c437')
 
 build() {
Index: extra/daemons/mpd/mpd
diff -u extra/daemons/mpd/mpd:1.5 extra/daemons/mpd/mpd:1.6
--- extra/daemons/mpd/mpd:1.5	Sat Apr  7 08:42:54 2007
+++ extra/daemons/mpd/mpd	Sun Jul  8 22:59:29 2007
@@ -26,8 +26,9 @@
     ;;
   create-db)
     stat_busy "Creating mpd's database ..."
-    /usr/bin/mpd --create-db /etc/mpd.conf > /var/log/mpd/mpd.db-creation \
-        && stat_busy "Output written to /var/log/mpd.db-creation"
+	local logpath="/var/log/mpd/mpd.db-creation"
+    /usr/bin/mpd --create-db /etc/mpd.conf > $logpath \
+        && stat_busy "Output written to $logpath"
               stat_done
     ;;
   restart)




More information about the arch-commits mailing list