summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 3 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f7233b29de6..a976dfc5a80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alec Mev <alec@mev.earth>
pkgname=mpv-plugin-excerpt-git
-pkgver=r13.cf52a04
+pkgver=r16.09c8a7a
pkgrel=1
pkgdesc='Excerpt creation from within mpv'
arch=('any')
@@ -12,19 +12,8 @@ depends=(
'mpv'
)
makedepends=('git')
-source=(
- 'autoplay.patch'
- "${pkgname}::git+https://gitlab.com/lvml/mpv-plugin-excerpt.git"
-)
-sha256sums=(
- '2430864e52d42878ba9b19e6e8e1671a0c1e8af4c2cb004b7388d76eee8b9c9f'
- 'SKIP'
-)
-
-prepare() {
- cd "${pkgname}"
- patch --strip=1 < ../autoplay.patch
-}
+source=("${pkgname}::git+https://gitlab.com/lvml/mpv-plugin-excerpt.git")
+sha256sums=('SKIP')
pkgver() {
cd "${pkgname}"