summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2023-01-13 15:12:28 +0100
committerkfg2023-01-13 15:12:28 +0100
commit0daa894b51e24fbea94a113e4fc02670cfe70fe0 (patch)
tree8aa2403dd8f47be04935b065bf6832ac46c2c45b
parent185694b8345decd56bec1c6f432ed30cac95b2c0 (diff)
downloadaur-0daa894b51e24fbea94a113e4fc02670cfe70fe0.tar.gz
upgpkg: mingw-w64-rav1e 0.6.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f3d5527bcf..d517a7950766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-rav1e
pkgdesc = An AV1 encoder focused on speed and safety (mingw-w64)
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/xiph/rav1e/
arch = any
@@ -15,9 +15,9 @@ pkgbase = mingw-w64-rav1e
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://github.com/xiph/rav1e.git#tag=b57f8150d566ff353253e52d20623c2684243476
- source = Cargo-rav1e-0.6.2.lock::https://github.com/xiph/rav1e/releases/download/v0.6.2/Cargo.lock
+ source = git+https://github.com/xiph/rav1e.git#tag=bc155a5801a0d402b16cd42ca1392168d299b70b
+ source = Cargo-rav1e-0.6.3.lock::https://github.com/xiph/rav1e/releases/download/v0.6.3/Cargo.lock
b2sums = SKIP
- b2sums = aba9c2e8ce62d65c7eab224f935d25dbc2fb15701035a7934193044aa949e99d5077e381d2fa45a500d8c001390ba0f00dbd67bdc31ab408bfa68ae4a687a6b6
+ b2sums = 8a4c208534dcc2b6f272eb154aad5b01767b6d09c82735109646173efdda5cf4ed2d4775d437af5aa70cbc3e937d4f5c55eac4738c52441c3fdec7ee7e65ac38
pkgname = mingw-w64-rav1e
diff --git a/PKGBUILD b/PKGBUILD
index e0d5fba466b1..c3a9f632c357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Chocobo1 <chocobo1@archlinux.net>
pkgname=mingw-w64-rav1e
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc='An AV1 encoder focused on speed and safety (mingw-w64)'
arch=(any)
@@ -22,13 +22,13 @@ makedepends=(
mingw-w64-rust
mingw-w64-wine
)
-_tag=b57f8150d566ff353253e52d20623c2684243476
+_tag=bc155a5801a0d402b16cd42ca1392168d299b70b
source=(
git+https://github.com/xiph/rav1e.git#tag=${_tag}
Cargo-rav1e-${pkgver}.lock::https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
)
b2sums=('SKIP'
- 'aba9c2e8ce62d65c7eab224f935d25dbc2fb15701035a7934193044aa949e99d5077e381d2fa45a500d8c001390ba0f00dbd67bdc31ab408bfa68ae4a687a6b6')
+ '8a4c208534dcc2b6f272eb154aad5b01767b6d09c82735109646173efdda5cf4ed2d4775d437af5aa70cbc3e937d4f5c55eac4738c52441c3fdec7ee7e65ac38')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgver() {