summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2021-01-16 17:54:37 -0500
committerneeshy2021-01-16 17:55:11 -0500
commit1dc7d986e9158f7a2c93313d251b42d3dc56a275 (patch)
treed3c0230601f00652b0ffd66c0f64c310f90ad1cd
parent04145a62af2ab39940ccd3c29165caf9d136e3a7 (diff)
downloadaur-1dc7d986e9158f7a2c93313d251b42d3dc56a275.tar.gz
rename patches
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--drop-python2-support.patch (renamed from webm-drop-python2-support.patch)0
-rw-r--r--mpv-options.patch (renamed from webm-mpv-options.patch)0
4 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c94d48c2f23d..1413038c43e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = webm
depends = ffmpeg
optdepends = mpv: for interactive mode
source = https://github.com/Kagami/webm.py/archive/v0.12.1.tar.gz
- source = webm-mpv-options.patch
- source = webm-drop-python2-support.patch
+ source = mpv-options.patch
+ source = drop-python2-support.patch
sha256sums = 786244edc928583a49e210cbb5533d192bf9ad31bc82eb0a66d393964db119c8
sha256sums = ddaf7c409fb7e0d6a50c638338b1d18fb2df3f7555503d6c9d0e5054703ad958
sha256sums = 70308ed9a2f0a3d9fc445fec5a8cebf8f8e7fb51686af2a9fcc77953094bce0d
diff --git a/PKGBUILD b/PKGBUILD
index ca222faef8c8..cc8d1660de3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,16 @@ depends=('python' 'ffmpeg')
optdepends=('mpv: for interactive mode')
makedepends=('python-setuptools')
source=("https://github.com/Kagami/webm.py/archive/v$pkgver.tar.gz"
- "webm-mpv-options.patch"
- "webm-drop-python2-support.patch")
+ "mpv-options.patch"
+ "drop-python2-support.patch")
sha256sums=('786244edc928583a49e210cbb5533d192bf9ad31bc82eb0a66d393964db119c8'
'ddaf7c409fb7e0d6a50c638338b1d18fb2df3f7555503d6c9d0e5054703ad958'
'70308ed9a2f0a3d9fc445fec5a8cebf8f8e7fb51686af2a9fcc77953094bce0d')
prepare() {
cd "$srcdir/webm.py-$pkgver"
- patch -Np1 -i "$srcdir/webm-mpv-options.patch"
- patch -Np1 -i "$srcdir/webm-drop-python2-support.patch"
+ patch -Np1 -i "$srcdir/mpv-options.patch"
+ patch -Np1 -i "$srcdir/drop-python2-support.patch"
}
build() {
diff --git a/webm-drop-python2-support.patch b/drop-python2-support.patch
index 2eddf29671ad..2eddf29671ad 100644
--- a/webm-drop-python2-support.patch
+++ b/drop-python2-support.patch
diff --git a/webm-mpv-options.patch b/mpv-options.patch
index 2cea0fbdef3c..2cea0fbdef3c 100644
--- a/webm-mpv-options.patch
+++ b/mpv-options.patch