Date: Monday, January 17, 2022 @ 08:14:02 Author: svenstaro Revision: 1107487
upgpkg: av1an 0.3.1-1 Modified: av1an/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-17 08:08:23 UTC (rev 1107486) +++ PKGBUILD 2022-01-17 08:14:02 UTC (rev 1107487) @@ -2,7 +2,7 @@ # Contributor: Nathaniel Chin <thegamingorangutans+aur at gmail.com> pkgname=av1an -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc='Cross-platform command-line encoding framework with per scene quality encoding' arch=('x86_64') @@ -18,7 +18,7 @@ 'ffms2: FFMS2 chunk detection support' 'vapoursynth-plugin-lsmashsource: L-SMASH chunk detection support') source=("$pkgname-$pkgver.tar.gz"::https://github.com/master-of-zen/Av1an/archive/refs/tags/$pkgver.tar.gz) -sha256sums=('fadbc2de7608ee589a8dc938514eaa202a73a67bbb65c2041186b23c71d57f3d') +sha256sums=('67afe7ad356e91c3a5da6ed8085f796e9bcd7cb8c4f1df48b00d4c9f4db460c7') build() { cd "Av1an-${pkgver}"