summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9ba4db7e0de..0a3cf87d72bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intel-svt-av1
pkgdesc = An AV1-compliant encoder and decoder for Intel CPUs of 5th Generation (Broadwell) and above
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenVisualCloud/SVT-AV1/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 06498972e9be..1b022b9cc698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=intel-svt-av1
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='An AV1-compliant encoder and decoder for Intel CPUs of 5th Generation (Broadwell) and above'
arch=('x86_64')
url='https://github.com/OpenVisualCloud/SVT-AV1/'
license=('BSD')
depends=('gcc-libs')
makedepends=('cmake' 'yasm' 'python')
-BUILDENV+=('!check')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/OpenVisualCloud/SVT-AV1/archive/v${pkgver}.tar.gz")
sha256sums=('4ff6f05a9528fe8a7b3d6708fe1115d15d26a5a9b0b676d8a250a0b2e8630579')