diff options
author | root <root@rshg054.dnsready.net> | 2013-04-24 00:49:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-24 00:49:38 -0700 |
commit | 6e4a9ce4b0809e1eeb57f514f5ea71e2e77355bb (patch) | |
tree | 777883bcc66e4420c1eaf7aaea255326b46690e7 /community/mplayer2 | |
parent | d1d93fafb9ef98fdd0c9a5a486c179c03cbbfb33 (diff) |
Wed Apr 24 00:49:37 PDT 2013
Diffstat (limited to 'community/mplayer2')
-rw-r--r-- | community/mplayer2/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index 43990c058..0a619f087 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88562 2013-04-19 20:25:06Z bpiotrowski $ +# $Id: PKGBUILD 88818 2013-04-23 01:19:34Z eric $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Martin Panter <vadmium+aur@gmail.com> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> @@ -23,7 +23,8 @@ provides=('mplayer') conflicts=('mplayer') options=(!emptydirs) source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343') +sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343' + 'SKIP') build() { cd $pkgname-$pkgver |