diff options
author | Gonzalo Exequiel Pedone | 2024-07-06 14:25:59 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-07-06 14:25:59 -0300 |
commit | d66da69edd1b74efedba8dce3ce189dad3974d8d (patch) | |
tree | f888a420eee0a29f8ef4c13347fcdde937606ed2 | |
parent | ea8daea7a96716792a520185bd6eae67711bb565 (diff) | |
download | aur-android-aarch64-vapoursynth.tar.gz |
Package updated to R69.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,18 +1,18 @@ pkgbase = android-aarch64-vapoursynth pkgdesc = A video processing framework with simplicity in mind (Android aarch64) - pkgver = R68 + pkgver = R69 pkgrel = 1 url = http://www.vapoursynth.com/ arch = any license = LGPL2.1 license = custom:OFL makedepends = android-configure - depends = zimg + depends = android-aarch64-zimg options = !strip options = !buildflags options = staticlibs options = !emptydirs - source = https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R68.tar.gz - md5sums = ac6e8ea4f92d86ae76e269c66f882773 + source = https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R69.tar.gz + md5sums = 87c61e60a1c3f23796121c635e472638 pkgname = android-aarch64-vapoursynth @@ -6,18 +6,18 @@ _android_arch=aarch64 pkgname=android-${_android_arch}-vapoursynth -pkgver=R68 +pkgver=R69 pkgrel=1 arch=('any') pkgdesc="A video processing framework with simplicity in mind (Android ${_android_arch})" url='http://www.vapoursynth.com/' license=('LGPL2.1' 'custom:OFL') -depends=("zimg") +depends=("android-${_android_arch}-zimg") makedepends=('android-configure') options=(!strip !buildflags staticlibs !emptydirs) source=("https://github.com/vapoursynth/vapoursynth/archive/refs/tags/${pkgver}.tar.gz") -md5sums=('ac6e8ea4f92d86ae76e269c66f882773') +md5sums=('87c61e60a1c3f23796121c635e472638') prepare() { cd "${srcdir}/vapoursynth-${pkgver}" |