diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 08:00:06 -0300 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-09 16:54:21 +0000 |
| commit | 3d4bddac791092b87f93575a3ca5bfa7491a5768 (patch) | |
| tree | e3e836004158e4ef7a9735df7a7f430b91b1e8c6 | |
| parent | 4032d497fd51141883f8129a415b589e05e8464d (diff) | |
| download | aports-3d4bddac791092b87f93575a3ca5bfa7491a5768.tar.bz2 aports-3d4bddac791092b87f93575a3ca5bfa7491a5768.tar.xz | |
main/xf86-video-vesa: upgrade to 2.4.0
Closes GH-8656
| -rw-r--r-- | main/xf86-video-vesa/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/xf86-video-vesa/APKBUILD b/main/xf86-video-vesa/APKBUILD index 60ba24d5a8..f200f5cd41 100644 --- a/main/xf86-video-vesa/APKBUILD +++ b/main/xf86-video-vesa/APKBUILD @@ -1,17 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-vesa -pkgver=2.3.4 -pkgrel=5 +pkgver=2.4.0 +pkgrel=0 pkgdesc="X.org generic VESA video driver" -url="https://xorg.freedesktop.org" +url="https://xorg.freedesktop.org/wiki/" arch="all" license="MIT" subpackages="$pkgname-doc" -depends= makedepends="xorg-server-dev libxi-dev util-macros xorgproto" 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" @@ -32,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="5a01c295a03f367281f49bb186a003a91da3aa4cff7c37ef3fb83889b595f641745899c62e4c0954a1daf4b18bd0e1bcbbe1b87d2863d1ce71feffa1744e892d xf86-video-vesa-2.3.4.tar.bz2" +sha512sums="4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de xf86-video-vesa-2.4.0.tar.bz2" |
