mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/mpv to 0.16.0-1
This commit is contained in:
parent
e5af1c9e61
commit
05724f5e6a
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
pkgname=mpv
|
||||
epoch=1
|
||||
pkgver=0.15.0
|
||||
pkgrel=3
|
||||
pkgver=0.16.0
|
||||
pkgrel=1
|
||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -25,7 +25,7 @@ optdepends=('youtube-dl: for video-sharing websites playback')
|
|||
options=('!emptydirs' '!buildflags')
|
||||
install=mpv.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc')
|
||||
sha256sums=('fc3619de0ede16fbb023ac72589090e8e77fd9d9e03a81adc728105d50ef38ba')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue