community/hardinfo to 0.5.1-8

This commit is contained in:
Kevin Mihelich 2018-08-08 19:36:09 +00:00
parent 42dd637501
commit 84ebeea5d3

View file

@ -6,10 +6,10 @@
pkgname=hardinfo
pkgver=0.5.1
pkgrel=7
pkgrel=8
pkgdesc="A system information and benchmark tool."
arch=('x86_64')
url="http://sourceforge.net/projects/hardinfo.berlios/"
url="https://github.com/lpereira/hardinfo"
license=('GPL2')
depends=('gtk2' 'libsoup')
options=('!emptydirs')
@ -36,7 +36,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
CFLAGS+=' -gnu89' make
make
}
package() {