summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2022-09-30 18:55:16 +0100
committerAlex Butler2022-09-30 18:55:16 +0100
commit6b95eb07d58c43544b43ceb450461fd958168475 (patch)
tree5689e315b03a50dad87212ee18c9c51f54234911 /PKGBUILD
parent1b783965c875c3ed400e385069672ecab966c46a (diff)
downloadaur-6b95eb07d58c43544b43ceb450461fd958168475.tar.gz
0.4.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cfac7653285..22556b0827f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=ab-av1
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="AV1 encoding tool with fast VMAF sampling."
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=()
makedepends=('cargo'
'git')
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('45a2bfef3dafdaed478251db671f6521d5eea1ad20c8e408c230355e63a2fe33')
+sha256sums=('c4b6304509e2a895ce9aca0187e076e3aad7f56f5301a1ba8fd0f66da4e8f32e')
build() {
cd "$pkgname-$pkgver"