diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-12 15:07:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | abd3bc2df6e485d3bc731ac7b76762e95aed2713 (patch) | |
tree | d4a2a6499ff3c2b482b24a40f24d074adb393fab /PKGBUILD | |
parent | a0827dc7cd6d64291320dbd0884a37c797738eb8 (diff) | |
download | pkgbuilds-abd3bc2df6e485d3bc731ac7b76762e95aed2713.tar.xz |
Reformated all PKGBUILDs
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ pkgver=0.r38704.f9d2ad6 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2 (git version)' +url='http://mpv.io' arch=('i686' 'x86_64') license=('GPL') -url='http://mpv.io' depends=('portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' @@ -19,8 +19,8 @@ conflicts=('mpv') options=(!emptydirs) install=mpv.install - source=('git+http://github.com/mpv-player/mpv#branch=master') + md5sums=('SKIP') pkgver() { |