[arch-commits] Commit in mplayer2/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Apr 19 20:24:48 UTC 2013


    Date: Friday, April 19, 2013 @ 22:24:48
  Author: bpiotrowski
Revision: 88561

upgpkg: mplayer2 20130309-1

- upgrade to newest upstream commit

Modified:
  mplayer2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-19 18:46:04 UTC (rev 88560)
+++ PKGBUILD	2013-04-19 20:24:48 UTC (rev 88561)
@@ -4,7 +4,7 @@
 # Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 
 pkgname=mplayer2
-pkgver=20130126
+pkgver=20130309
 pkgrel=1
 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer project'
 arch=('i686' 'x86_64')
@@ -22,11 +22,11 @@
 provides=('mplayer')
 conflicts=('mplayer')
 options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53faf18a1bedb76e980255410b56e59ea4cd5f69984832fc5e942e15dc89622b')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
   find -type f -exec sed -e 's/python3/python/' -i {} \;
@@ -43,7 +43,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/




More information about the arch-commits mailing list