summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-07-06 14:25:59 -0300
committerGonzalo Exequiel Pedone2024-07-06 14:25:59 -0300
commitd66da69edd1b74efedba8dce3ce189dad3974d8d (patch)
treef888a420eee0a29f8ef4c13347fcdde937606ed2
parentea8daea7a96716792a520185bd6eae67711bb565 (diff)
downloadaur-android-aarch64-vapoursynth.tar.gz
Package updated to R69.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 949bfe4d930e..93eb88e0f0f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c3f80b7789cd..c6c2dfe7e70b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"