mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/hardinfo to 0.5.1-8
This commit is contained in:
parent
42dd637501
commit
84ebeea5d3
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue