summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12020-10-10 01:04:11 +0800
committerChocobo12020-10-10 01:04:11 +0800
commitca7f711ca48693d33c6a490d29464e1c53333ef8 (patch)
tree3ebe14cbbcadb735f6050d9e97b55d74d4285720 /PKGBUILD
parent8a44d175d882edde2e9118653405ae66da3cce70 (diff)
downloadaur-ca7f711ca48693d33c6a490d29464e1c53333ef8.tar.gz
upgpkg: rav1e-git 0.4.0.alpha.r20.g115f6e19-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2785a2c31540..a168516c7588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=rav1e-git
-pkgver=0.4.0.alpha.r0.g2743df61
-pkgrel=2
+pkgver=0.4.0.alpha.r20.g115f6e19
+pkgrel=1
pkgdesc="The fastest and safest AV1 encoder"
arch=('i686' 'x86_64')
url="https://github.com/xiph/rav1e"
@@ -28,7 +28,8 @@ pkgver() {
check() {
cd "rav1e"
- #cargo test --release
+ #cargo test \
+ # --release
}
package() {