summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortillm2020-03-01 20:55:38 +0100
committertillm2020-03-01 20:55:38 +0100
commit84a681b25e06f316baf018170aa22ce0877acd46 (patch)
tree601b7df3555dd02588d27401f0992a35549c40b6 /PKGBUILD
parent9c289f332aac9dcd740371370609dfe222483170 (diff)
downloadaur-84a681b25e06f316baf018170aa22ce0877acd46.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fb21e87ae83..4c46514a85a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,12 @@
_pkgname=mpv
pkgname=$_pkgname-thin
epoch=1
-pkgver=0.29.1
-pkgrel=3
+pkgver=0.32.0
+pkgrel=1
_waf_version=2.0.9
pkgdesc='a free, open source, and cross-platform media player'
-arch=('x86_64')
-# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
-# being one of these. So our package is GPLv3 only as well.
+arch=(x86_64)
+url="https://mpv.io"
license=('GPL3')
url='https://mpv.io/'
depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'lcms2'
@@ -28,7 +27,7 @@ conflicts=('mpv')
options=('!emptydirs')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$_pkgname/archive/v$pkgver.tar.gz"
"https://waf.io/waf-${_waf_version}")
-sha256sums=('f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623'
+sha256sums=('9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592'
'2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48')
prepare() {