[arch-commits] Commit in rav1e/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 14:42:48 UTC 2022


    Date: Thursday, August 18, 2022 @ 14:42:48
  Author: alucryd
Revision: 453106

upgpkg: rav1e 0.5.1-2

Modified:
  rav1e/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 14:32:08 UTC (rev 453105)
+++ PKGBUILD	2022-08-18 14:42:48 UTC (rev 453106)
@@ -3,7 +3,7 @@
 # Contributor: Chocobo1 <chocobo1 at archlinux.net>
 
 pkgname=rav1e
-pkgver=0.4.1
+pkgver=0.5.1
 pkgrel=2
 pkgdesc='An AV1 encoder focused on speed and safety'
 arch=(x86_64)
@@ -20,17 +20,21 @@
   rust
 )
 provides=(librav1e.so)
-_tag=29a9c604879bc27d319edc03e2c97ba9e9628c86
-source=(git+https://github.com/xiph/rav1e.git#tag=${_tag})
-sha256sums=(SKIP)
+_tag=1aff20cd23f718866ae7460e866f8d60b41f4422
+source=(
+  git+https://github.com/xiph/rav1e.git#tag=${_tag}
+  https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
+)
+sha256sums=('SKIP'
+            '6baeb4e72ee86dd4c3d6c9acfcfac6a2e58a580101eb181daced09199a136868')
 
 pkgver() {
   cd rav1e
-
   git describe --tags | sed 's/^v//'
 }
 
 prepare() {
+  cp -f Cargo.lock rav1e/
   cargo fetch \
     --locked \
     --manifest-path rav1e/Cargo.toml



More information about the arch-commits mailing list