diff options
author | Taner Tas <taner76@gmail.com> | 2018-11-01 01:34:50 +0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-11-06 08:45:18 +0000 |
commit | 5646ad048946ffbb3ff4dce567c8236f8a044d11 (patch) | |
tree | ad9fd0e39b817cbf9f627e356a9373f5f5b07551 | |
parent | b1f8deecf817f55ea89e1628b9eba095098c0921 (diff) | |
download | aports-5646ad048946ffbb3ff4dce567c8236f8a044d11.tar.bz2 aports-5646ad048946ffbb3ff4dce567c8236f8a044d11.tar.xz |
main/xf86-video-ati: Upgrade to 18.1.0
* Some cosmetic changes.
* Removed some historically preserved lines.
-rw-r--r-- | main/xf86-video-ati/APKBUILD | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD index b44d30b77c..2c2295ff2e 100644 --- a/main/xf86-video-ati/APKBUILD +++ b/main/xf86-video-ati/APKBUILD @@ -1,23 +1,27 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-ati -pkgver=18.0.1 -pkgrel=2 +pkgver=18.1.0 +pkgrel=0 pkgdesc="ATI video driver" url="https://xorg.freedesktop.org" arch="all" license="MIT" subpackages="$pkgname-doc" depends="mesa-dri-ati" -makedepends="xorg-server-dev libxi-dev libdrm-dev mesa-dev eudev-dev pixman-dev - xorgproto" +makedepends=" + libdrm-dev + libxi-dev + mesa-dev + eudev-dev + pixman-dev + xorg-server-dev + xorgproto + " options="!check" source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" -builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" - export LDFLAGS="$LDFLAGS -Wl,-z,lazy" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,7 +33,6 @@ build() { package() { cd "$builddir" make DESTDIR="$pkgdir" install - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14 xf86-video-ati-18.0.1.tar.bz2" +sha512sums="7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53 xf86-video-ati-18.1.0.tar.bz2" |