radeontop: does not really need xf86-video-ati; only for x86.

This commit is contained in:
Juan RP 2015-06-01 08:02:36 +02:00
parent fb4a7081a0
commit 72fb99a998
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'radeontop'
pkgname=radeontop
version=v0.8
revision=1
revision=2
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
wrksrc="${pkgname}-${version#?}"
hostmakedepends="pkg-config"
makedepends="ncurses-devel libdrm-devel"
depends="xf86-video-ati"
short_desc="View radeon GPU utilization"
maintainer="Logen K <logen@sudotask.com>"
license="GPL-3"
@ -16,7 +16,6 @@ checksum=4430e1aaca895d70ea496a9b14010d9d94cadd6269b28a66104af89ff29d8489
do_build() {
make CC="$CC"
}
do_install() {
vbin radeontop
}