summaryrefslogtreecommitdiff
path: root/community/mplayer2
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-20 10:57:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-20 10:57:49 +0200
commit742bd5a396f7a4c474e8ffec0686fc7312603cb8 (patch)
tree4279eed1d5d5c40895c7dcf0025ee62ea81144c1 /community/mplayer2
parenta51b3c4acfc8b2f659ad0dc6ac655b1381bef757 (diff)
parent1f9776d421ac40faa59f797893033e99e4f919eb (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gsynaptics/PKGBUILD community/xmms2/PKGBUILD extra/gpsd/PKGBUILD
Diffstat (limited to 'community/mplayer2')
-rw-r--r--community/mplayer2/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD
index c18ac4bcf..641db6a0f 100644
--- a/community/mplayer2/PKGBUILD
+++ b/community/mplayer2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84778 2013-02-24 14:30:27Z bpiotrowski $
+# $Id: PKGBUILD 88562 2013-04-19 20:25:06Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Martin Panter <vadmium+aur@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@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' 'mips64el')
@@ -26,11 +26,11 @@ backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
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 {} \;
@@ -49,7 +49,7 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
make DESTDIR=$pkgdir install
install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/