mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mpv to 0.9.1-1
This commit is contained in:
parent
77c769cd9b
commit
986c1fe7e8
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - armv7 needs to be built with fPIC
|
||||
|
||||
pkgname=mpv
|
||||
pkgver=0.9.0
|
||||
pkgrel=2
|
||||
pkgver=0.9.1
|
||||
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=('df3cbee9dce0f97a5a3f901af9c64c2e')
|
||||
md5sums=('c766cf3d6a7eb82a74564c47fa14d4a5')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue