aur/ffmpeg-shinobi: undo accidental edit

This commit is contained in:
graysky 2021-10-03 07:09:04 -04:00
parent fb035e10cf
commit 9efb8b4329

View file

@ -11,9 +11,9 @@ buildarch=28
pkgname=ffmpeg-shinobi
_pkgname=ffmpeg
pkgver=4.3.2
pkgrel=3
pkgdesc='FFmpeg from the 4.3 release branch with hw accel decoding for use with Shinobi'
arch=(aarch64 armv6h armv7h)
pkgrel=2
pkgdesc='FFmpeg from the 4.3 release branch for use with Shinobi'
arch=(x86_64 aarch64 armv6h armv7h)
url=https://ffmpeg.org/
license=(GPL3)
depends=(
@ -111,7 +111,6 @@ _tag=f719f869907764e6412a6af6e178c46e5f915d25
source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
vmaf-model-path.patch
try.patch
)
sha256sums=(
SKIP
@ -127,7 +126,6 @@ pkgver() {
prepare() {
cd ffmpeg
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && patch -Np1 -i ../try.patch
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}