summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-01-04 19:37:09 +0100
committersL1pKn072018-01-04 19:37:09 +0100
commit0739d90b3d9dfaa19b31b95d6f510a691b2201d5 (patch)
tree686027b493fe42460fad53c9162ab8ba70fa5679
parentd215a40c6eecbdacf2026ee127160f719dc3befd (diff)
downloadaur-0739d90b3d9dfaa19b31b95d6f510a691b2201d5.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e71865d0fc4..45ba325c617b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 17 14:37:39 UTC 2017
+# Thu Jan 4 18:36:24 UTC 2018
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = v0.27.0.548.g3c4667c862
+ pkgver = v0.28.0.74.ga9a4d6349a
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -65,8 +65,6 @@ pkgbase = mpv-build-git
source = git+https://github.com/mpv-player/mpv.git
source = git+https://github.com/ffmpeg/ffmpeg.git
source = git+https://github.com/libass/libass.git
- source = https://patch-diff.githubusercontent.com/raw/mpv-player/mpv/pull/4933.patch
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7b9f994dc670..83beee159c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.27.0.548.g3c4667c862
+pkgver=v0.28.0.74.ga9a4d6349a
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64' )
@@ -66,13 +66,11 @@ source=('git+https://github.com/mpv-player/mpv-build.git'
'git+https://github.com/mpv-player/mpv.git'
'git+https://github.com/ffmpeg/ffmpeg.git'
'git+https://github.com/libass/libass.git'
- 'https://patch-diff.githubusercontent.com/raw/mpv-player/mpv/pull/4933.patch'
)
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
)
backup=('etc/mpv/encoding-profiles.conf')
@@ -139,8 +137,6 @@ fi
cd mpv
- patch -p1 -i "${srcdir}/4933.patch"
-
./bootstrap.py
}