summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b8d07561a4e..1cb4be4a550a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ab-av1
pkgdesc = AV1 encoding tool with fast VMAF sampling.
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/alexheretic/ab-av1
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ab-av1
depends = ffmpeg
depends = vmaf
depends = opus
- source = https://github.com/alexheretic/ab-av1/archive/v0.4.1.tar.gz
- sha256sums = e00ee81c2fcd71b0363d59af677749d57242d4ef3aee586c94a68840ce2a4804
+ source = https://github.com/alexheretic/ab-av1/archive/v0.4.2.tar.gz
+ sha256sums = 45a2bfef3dafdaed478251db671f6521d5eea1ad20c8e408c230355e63a2fe33
pkgname = ab-av1
diff --git a/PKGBUILD b/PKGBUILD
index 558100cd09f3..4cfac7653285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=ab-av1
-pkgver=0.4.1
+pkgver=0.4.2
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=('e00ee81c2fcd71b0363d59af677749d57242d4ef3aee586c94a68840ce2a4804')
+sha256sums=('45a2bfef3dafdaed478251db671f6521d5eea1ad20c8e408c230355e63a2fe33')
build() {
cd "$pkgname-$pkgver"