diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 10:25:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 10:47:15 +0000 |
commit | f855e447bbc8296a9f8d7aae5d75183e6ab086b2 (patch) | |
tree | 0ef864a54da8e878ae9dbf472034d561788e99b5 /main/xf86-video-rendition/APKBUILD | |
parent | ebddcb4e06d0ae173f73030fbf8f02165cc340c7 (diff) | |
download | aports-f855e447bbc8296a9f8d7aae5d75183e6ab086b2.tar.bz2 aports-f855e447bbc8296a9f8d7aae5d75183e6ab086b2.tar.xz |
main/xf86-video-rendition: upgrade to 4.2.6
Diffstat (limited to 'main/xf86-video-rendition/APKBUILD')
-rw-r--r-- | main/xf86-video-rendition/APKBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/main/xf86-video-rendition/APKBUILD b/main/xf86-video-rendition/APKBUILD index d51308e35f..5c4c4ef3b2 100644 --- a/main/xf86-video-rendition/APKBUILD +++ b/main/xf86-video-rendition/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-rendition -pkgver=4.2.5 -pkgrel=7 +pkgver=4.2.6 +pkgrel=0 pkgdesc="Rendition video driver" url="http://xorg.freedesktop.org/" arch="all" @@ -11,12 +11,10 @@ depends= makedepends="xorg-server-dev libxi-dev fontsproto randrproto videoproto renderproto" -source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2 - git-fixes.patch" +source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" prepare() { cd "$srcdir"/$pkgname-$pkgver - update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; @@ -40,9 +38,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="6db439a0f89e6f00c4f5175510d8e0c1 xf86-video-rendition-4.2.5.tar.bz2 -3f1fa36dc881ff41a8fa28ce0ab9069d git-fixes.patch" -sha256sums="39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb xf86-video-rendition-4.2.5.tar.bz2 -43301ab296b6a928ed880ea56fc476c7c2d80803c9a63b71e0391fca10457f55 git-fixes.patch" -sha512sums="203529e2a9c917362ac7c9b4247a9a0a4a7e1911bd022a26b00f467ec4cfd9ce742465aba29618cbfaa5ac5ff0b43e5a54f651e45e81aa950776685e4f74ba72 xf86-video-rendition-4.2.5.tar.bz2 -a207ec4a6ae086c9a5424485f2001b5a18273c3aedb6ccb347a6d5320cfceb5e4ab159fbc89cc315a707064c0eef8580ec9379b09ad033ce19242cc0ba310f94 git-fixes.patch" +md5sums="405dd1acba9c2e43d7aa67b631762495 xf86-video-rendition-4.2.6.tar.bz2" +sha256sums="660ecf21f65a4d6002c1b603d62c314f8e9624d208db5b346850b0df9dc2f9a8 xf86-video-rendition-4.2.6.tar.bz2" +sha512sums="ef4910b11ede69af89a7ee60039113a35c03f2bab5f9433eefbb4ed685b0260f630e9047fa8ab60a7f0e8a0958a24f8821b719e061c26bc51ff7736b500ddbc7 xf86-video-rendition-4.2.6.tar.bz2" |