summaryrefslogtreecommitdiffstats
path: root/main/xf86-video-ati/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-25 17:01:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-25 19:53:00 +0000
commit94d6c6c6e689ed2de97a0731c4f41e8daea3e24a (patch)
treeff9bb536aa4de252207dc86e216ab3079cca053b /main/xf86-video-ati/APKBUILD
parentf02ae92b16c2bcf9cb1e58a43d5082c7e790cd14 (diff)
downloadaports-94d6c6c6e689ed2de97a0731c4f41e8daea3e24a.tar.bz2
aports-94d6c6c6e689ed2de97a0731c4f41e8daea3e24a.tar.xz
main/xf86-video-ati: upgrade to 6.14.4
Diffstat (limited to 'main/xf86-video-ati/APKBUILD')
-rw-r--r--main/xf86-video-ati/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD
index 37d10581b..40d9aa665 100644
--- a/main/xf86-video-ati/APKBUILD
+++ b/main/xf86-video-ati/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-ati
-pkgver=6.14.3
-pkgrel=2
+pkgver=6.14.4
+pkgrel=0
pkgdesc="ATI video driver"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -15,7 +15,6 @@ makedepends="pkgconfig xorg-server-dev libxi-dev fontsproto randrproto
"
source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
- xf86-video-ati-6.14.3-xorg-server-1.12.patch
"
prepare() {
@@ -25,7 +24,6 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
- aclocal && autoreconf
}
build() {
@@ -45,5 +43,4 @@ package() {
rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-md5sums="19126c8421a05d9605883dcf7498d876 xf86-video-ati-6.14.3.tar.bz2
-ff01b935d15ab799d3e3f415a810d0fe xf86-video-ati-6.14.3-xorg-server-1.12.patch"
+md5sums="17dd4f0bf4dbe9839e5f7d1161994222 xf86-video-ati-6.14.4.tar.bz2"