aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-04-25 19:03:54 +0000
committerpsykose <alice@ayaya.dev>2023-04-25 21:03:54 +0200
commit58ce2708c566f544186f199987635ed88a9734a0 (patch)
treef1ea94fc7d3d9d53f10b85c7cc00e4840cdb1c14
parent04348cd8baf6d76056343e05fbd455f5095cc760 (diff)
community/xf86-video-ati: upgrade to 22.0.0
-rw-r--r--community/xf86-video-ati/APKBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/community/xf86-video-ati/APKBUILD b/community/xf86-video-ati/APKBUILD
index 76e6801c3e1..0442c091502 100644
--- a/community/xf86-video-ati/APKBUILD
+++ b/community/xf86-video-ati/APKBUILD
@@ -1,8 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-ati
-pkgver=19.1.0
-pkgrel=2
-_commitid='5eba006e4129e8015b822f9e1d2f1e613e252cda'
+pkgver=22.0.0
+pkgrel=0
pkgdesc="ATI video driver"
url="https://xorg.freedesktop.org/wiki/"
arch="all"
@@ -23,14 +22,7 @@ makedepends="
xorgproto
"
options="!check" # No testsuite
-source="https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/archive/$_commitid/xf86-video-ati-$_commitid.tar.gz
- "
-builddir="$srcdir/$pkgname-$_commitid"
-
-prepare() {
- default_prepare
- ./autogen.sh
-}
+source="https://xorg.freedesktop.org/archive/individual/driver/xf86-video-ati-$pkgver.tar.xz"
build() {
./configure \
@@ -47,5 +39,5 @@ package() {
}
sha512sums="
-7644c4224d888cfd472b376a7cbe86079249324cb78bacc3185c55477a0d11458e3ecdaa82128a341f5773c0bf34dcaacaabf718225990810f01a8783d282ba5 xf86-video-ati-5eba006e4129e8015b822f9e1d2f1e613e252cda.tar.gz
+fba9ffc7b0eeb0c369eb1a6f8ef0bb3061cfeca26bc269baf6e3d16dcd943fbf4092f1e37adfb1bc71051cee0b7a0e6fb253f0b8bcd210732ccaf99e8f2356fe xf86-video-ati-22.0.0.tar.xz
"