summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2023-04-01 00:03:18 +0100
committerAlex Butler2023-04-01 00:03:18 +0100
commit0e0ec5bfc7bb407715f55dd834ce6f01db131746 (patch)
tree3065d117e501dfb90a06ea4a463891ffbf1cd86b
parentdd5ded760d2b1673d0af08b406a7139cf0f454bf (diff)
downloadaur-0e0ec5bfc7bb407715f55dd834ce6f01db131746.tar.gz
0.7.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb79413aaf85..ecb36d23a6c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ab-av1
pkgdesc = AV1 encoding tool with fast VMAF sampling.
- pkgver = 0.7.5
+ pkgver = 0.7.6
pkgrel = 1
url = https://github.com/alexheretic/ab-av1
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ab-av1
depends = svt-av1
depends = ffmpeg
depends = vmaf
- source = https://github.com/alexheretic/ab-av1/archive/v0.7.5.tar.gz
- sha256sums = 46c4c2cde18752a26a939a2fea3ffb16c14ead7dae9ffa34d376fb2705f541bb
+ source = https://github.com/alexheretic/ab-av1/archive/v0.7.6.tar.gz
+ sha256sums = 65d4dbe73691cc3fc559295a3c4f8f44080a1cb381664061ba9224ee528196eb
pkgname = ab-av1
diff --git a/PKGBUILD b/PKGBUILD
index 67be2153c8d8..406879baa770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=ab-av1
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc="AV1 encoding tool with fast VMAF sampling."
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('cargo'
'git'
'lld')
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('46c4c2cde18752a26a939a2fea3ffb16c14ead7dae9ffa34d376fb2705f541bb')
+sha256sums=('65d4dbe73691cc3fc559295a3c4f8f44080a1cb381664061ba9224ee528196eb')
build() {
cd "$pkgname-$pkgver"