summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2021-02-02 20:55:07 +0100
committerkfg2021-02-02 20:55:07 +0100
commit6986a556b7841653361eaf699044f75e3865c689 (patch)
tree14fe80a789f813b0bc1a8dbe0725c9934ddbf081
parent5128ed115671223e60a47d025e8f61956f0e1589 (diff)
downloadaur-6986a556b7841653361eaf699044f75e3865c689.tar.gz
upgpkg: mingw-w64-rav1e 0.4.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daaa1c645f4c..816ddfba5725 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.3.3
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/xiph/rav1e/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-rav1e
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://github.com/xiph/rav1e.git#tag=80573d2bf733494b69c27cc3fd87f4b31e71d1d1
+ source = git+https://github.com/xiph/rav1e.git#tag=6506f2b0fda23747a7e259cccc80e509d3c095d2
sha256sums = SKIP
pkgname = mingw-w64-rav1e
diff --git a/PKGBUILD b/PKGBUILD
index e884bbc36e0e..f8ea55a37d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Chocobo1 <chocobo1@archlinux.net>
pkgname=mingw-w64-rav1e
-pkgver=0.3.3
+pkgver=0.4.0
pkgrel=1
pkgdesc='An AV1 encoder focused on speed and safety (mingw-w64)'
arch=(any)
@@ -21,7 +21,7 @@ makedepends=(
mingw-w64-gcc
mingw-w64-rust
)
-_tag=80573d2bf733494b69c27cc3fd87f4b31e71d1d1
+_tag=6506f2b0fda23747a7e259cccc80e509d3c095d2
source=(git+https://github.com/xiph/rav1e.git#tag=${_tag})
sha256sums=(SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"