aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-17 22:55:16 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-18 08:44:41 +0000
commit92770a11bde504a59c06b304fd480d35ea858bab (patch)
tree9a44bde5995037c36fa804ec5efa93e5533c42dc
parentdd4dc354e08af00d720754f8533c5c5c2bd766db (diff)
main/xf86-video-amdgpu: upgrade to 19.0.1
Closes GH-10164
-rw-r--r--main/xf86-video-amdgpu/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/xf86-video-amdgpu/APKBUILD b/main/xf86-video-amdgpu/APKBUILD
index 8b8745bc828..98b1836f1d9 100644
--- a/main/xf86-video-amdgpu/APKBUILD
+++ b/main/xf86-video-amdgpu/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Linus Swälas <linus.swalas@borderless.se>
pkgname=xf86-video-amdgpu
-pkgver=19.0.0
+pkgver=19.0.1
pkgrel=0
pkgdesc="AMD Rx/HDxxxx video driver"
url="https://xorg.freedesktop.org"
@@ -11,8 +11,7 @@ options="!check"
depends="mesa-dri-ati"
makedepends="xorg-server-dev libxi-dev libdrm-dev mesa-dev eudev-dev pixman-dev
util-macros xorgproto"
-source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://www.x.org/releases/individual/driver/xf86-video-amdgpu-$pkgver.tar.bz2"
build() {
cd "$builddir"
@@ -36,4 +35,4 @@ package() {
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="6a30fc03185816307f16693cd6b07f13694ca1b6b1327c58a951bccc8082f112bb768ab610229dc1040617eef860fc1ab17a7e6bf635c5a4e454e252f3addca8 xf86-video-amdgpu-19.0.0.tar.bz2"
+sha512sums="dda04e3ccee140354f59e04895cf50cd7dc06a105c40ce35069613c5b5fbe083cab6833fd293d96334f64dde1a0c4af6154d473594a144f37404188ae7f37dd5 xf86-video-amdgpu-19.0.1.tar.bz2"