aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/libva-utils/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD
index 081eb992e9..64a50fd14a 100644
--- a/testing/libva-utils/APKBUILD
+++ b/testing/libva-utils/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Taner Tas <taner76@gmail.com>
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=libva-utils
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=0
pkgdesc="Intel VA-API Media Applications and Scripts for libva"
url="https://github.com/01org/libva-utils"
arch="all"
license="MIT"
makedepends="mesa-dev libva-dev autoconf automake libtool libva-dev"
-source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+source="https://github.com/01org/libva-utils/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2"
options="!check"
-builddir="${srcdir}/${pkgname}-${pkgver}"
+builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
@@ -35,4 +35,5 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="17517c09197a84d1c56b2da1b8af5cc17cfe5bf6a667eb78d80398d54a74e2f27d45808710d52a4348700fcd6cde9866140e9826b24ffa39e08e6400ec17a5f2 libva-utils-2.1.0.tar.bz2"
+
+sha512sums="bd1a6e4fa72379b6b2ac44c00fb1813447a6b44b2bbb08df5158ddc9dc36b3cb774b3caf4e7e3813edbb01cbe4dab1683185d921fdfbc2a3f1cef0057912df80 libva-utils-2.2.0.tar.bz2"