mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mpv to 0.8.3-1
This commit is contained in:
parent
8bd71114c9
commit
df3057065a
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - armv7 needs to be built with fPIC
|
||||
|
||||
pkgname=mpv
|
||||
pkgver=0.8.2
|
||||
pkgrel=3
|
||||
pkgver=0.8.3
|
||||
pkgrel=1
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -23,7 +23,7 @@ optdepends=('youtube-dl: for video-sharing websites playback')
|
|||
options=('!emptydirs' '!buildflags')
|
||||
install=mpv.install
|
||||
source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
|
||||
md5sums=('6437a04dbcfe42efc13cdd37c979b954')
|
||||
md5sums=('a34ff41da1d5393ac8d6f9fbb743d3bd')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue