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

Dan McGee dan at archlinux.org
Mon Jul 16 05:43:46 UTC 2007


    Date: Monday, July 16, 2007 @ 01:43:46
  Author: dan
    Path: /home/cvs-extra/extra/daemons/mpd

Modified: PKGBUILD (1.14 -> 1.15) mpd (1.6 -> 1.7)

upgpkg: mpd 0.13.0-2


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


Index: extra/daemons/mpd/PKGBUILD
diff -u extra/daemons/mpd/PKGBUILD:1.14 extra/daemons/mpd/PKGBUILD:1.15
--- extra/daemons/mpd/PKGBUILD:1.14	Sun Jul  8 22:59:29 2007
+++ extra/daemons/mpd/PKGBUILD	Mon Jul 16 01:43:46 2007
@@ -4,7 +4,7 @@
 
 pkgname=mpd
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license="GPL"
@@ -15,10 +15,10 @@
 source=(http://musicpd.org/uploads/files/mpd-${pkgver}.tar.gz
         mpd mpd.conf.example)
 md5sums=('0b33bdb9d706439949344073e90f812a'
-         'b7b43b8d2cd309bf17a686d43a5f2339'
+         'b1fd15de359db08e4b9ae4b199640f0e'
          'b3e370377d39d17427c50f04a0cdea6e')
 sha1sums=('96f939b3d926c5b95d7615c1a5e7860f4d5fcd94'
-          '84a2276e3fe5bfd9978e4c1a4fa11285e3594e50'
+          '1018eeba932aa3df9456a120bc106b4bd345ccda'
           'f04a668c89cd3511751cc7d0b05cc8a3dd36c437')
 
 build() {
Index: extra/daemons/mpd/mpd
diff -u extra/daemons/mpd/mpd:1.6 extra/daemons/mpd/mpd:1.7
--- extra/daemons/mpd/mpd:1.6	Sun Jul  8 22:59:29 2007
+++ extra/daemons/mpd/mpd	Mon Jul 16 01:43:46 2007
@@ -26,7 +26,7 @@
     ;;
   create-db)
     stat_busy "Creating mpd's database ..."
-	local logpath="/var/log/mpd/mpd.db-creation"
+	logpath="/var/log/mpd/mpd.db-creation"
     /usr/bin/mpd --create-db /etc/mpd.conf > $logpath \
         && stat_busy "Output written to $logpath"
               stat_done




More information about the arch-commits mailing list