summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-07-18 12:39:37 +0800
committerChocobo12020-07-18 12:39:37 +0800
commit075b7d2654abc9576fab6ce2568a78c36ef92771 (patch)
tree695069b730a67830eb5ef438d1b029994a16c9fa
parent59d95e24b96bc67a7d3cc89838c253ba7ac1e98d (diff)
downloadaur-075b7d2654abc9576fab6ce2568a78c36ef92771.tar.gz
upgpkg: rav1e-git 0.3.3.r326.ged4d6781-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e645f16187e..e7e4944d6f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rav1e-git
pkgdesc = The fastest and safest AV1 encoder
- pkgver = 0.3.1.r83.g91658bd7
- pkgrel = 2
+ pkgver = 0.3.3.r326.ged4d6781
+ pkgrel = 1
url = https://github.com/xiph/rav1e
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = rav1e-git
makedepends = cargo-c
depends = gcc-libs
provides = rav1e
+ provides = librav1e.so
conflicts = rav1e
options = staticlibs
source = git+https://github.com/xiph/rav1e.git
diff --git a/PKGBUILD b/PKGBUILD
index 248f08752146..165f15888684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=rav1e-git
-pkgver=0.3.1.r83.g91658bd7
-pkgrel=2
+pkgver=0.3.3.r326.ged4d6781
+pkgrel=1
pkgdesc="The fastest and safest AV1 encoder"
arch=('i686' 'x86_64')
url="https://github.com/xiph/rav1e"
license=('BSD' 'custom')
depends=('gcc-libs')
makedepends=('git' 'rust' 'nasm' 'cargo-c')
-provides=('rav1e')
+provides=('rav1e' 'librav1e.so')
conflicts=('rav1e')
options=('staticlibs')
source=("git+https://github.com/xiph/rav1e.git")