diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/libva-glx/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libva-glx/APKBUILD b/main/libva-glx/APKBUILD index 98ef61ef9c..cf1ec7ef57 100644 --- a/main/libva-glx/APKBUILD +++ b/main/libva-glx/APKBUILD @@ -3,10 +3,10 @@ # this package is to resolve the circular dependency libva -> mesa -> libva pkgname=libva-glx -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=0 pkgdesc="Video Acceleration (VA) API for Linux with MESA support" -url="http://freedesktop.org/wiki/Software/vaapi" +url="https://freedesktop.org/wiki/Software/vaapi" arch="all" options="!check" # No test suite. license="MIT" @@ -15,7 +15,7 @@ depends_dev="libva-dev mesa-dev" makedepends="$depends_dev autoconf automake libtool" install="" subpackages="$pkgname-dev" -source="https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2" +source="https://github.com/01org/libva/releases/download/$pkgver/libva-$pkgver.tar.bz2" builddir="$srcdir"/libva-$pkgver prepare() { @@ -60,4 +60,4 @@ package() { find "$pkgdir" \( -type f -o -type l \) \! -name '*glx*' -delete } -sha512sums="973b32117375f81ad0ebb8b9f8d5516fd115a9eb9ac95cf9a0e10ee7d340d8d9e41f3e7aa79a2c85f2736f2bc206abbb57a59998cf69019616788e6a571bf24b libva-2.1.0.tar.bz2" +sha512sums="21e79b32cd846f3786635f470763c2046b302fdd3574eb70ac67c40140168ec76a33e2bbcdd2408859b38b9774fa15c89429e128ef381092505b4f39b1b1331a libva-2.2.0.tar.bz2" |