mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mpv to 0.15.0-1
This commit is contained in:
parent
fb8e7a36ab
commit
33d68d0095
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=0.14.0
|
pkgver=0.15.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Video player based on MPlayer/mplayer2'
|
pkgdesc='Video player based on MPlayer/mplayer2'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -25,7 +25,7 @@ optdepends=('youtube-dl: for video-sharing websites playback')
|
||||||
options=('!emptydirs' '!buildflags')
|
options=('!emptydirs' '!buildflags')
|
||||||
install=mpv.install
|
install=mpv.install
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
|
||||||
sha256sums=('042937f483603f0c3d1dec11e8f0045e8c27f19eee46ea64d81a3cdf01e51233')
|
sha256sums=('7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue