summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2022-07-22 07:55:02 +0100
committerAlex Butler2022-07-22 07:55:02 +0100
commit33dea1b488fdac9395989ed4615375a057978a04 (patch)
tree4f7c12a9f166e07e3dd0c8500606549062ddbc6c /PKGBUILD
parenteaaf087165f24fe1484b0824bae04f03b5bf1658 (diff)
downloadaur-33dea1b488fdac9395989ed4615375a057978a04.tar.gz
0.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac00c6484fbf..32f769b2e6f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=ab-av1
-pkgver=0.3.4
+pkgver=0.4.0
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=('bf5a5c6ebf929bf67a56c7f2fb0f107dd01cf2e92b046f26628887a3097be32b')
+sha256sums=('5c3bef626f82b44d80cb54f6dab1bb6feb07ba7fd0673fe314e6464953ae38cd')
build() {
cd "$pkgname-$pkgver"