diff options
Diffstat (limited to 'community/i7z/PKGBUILD')
-rw-r--r-- | community/i7z/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/i7z/PKGBUILD b/community/i7z/PKGBUILD index f573fc123..bd3cda36c 100644 --- a/community/i7z/PKGBUILD +++ b/community/i7z/PKGBUILD @@ -1,8 +1,9 @@ +# $Id: PKGBUILD 76391 2012-09-17 08:17:57Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Nathan O <ndowens.aur at gmail dot com> pkgname=i7z -pkgver=0.27.1 +pkgver=0.27.2 pkgrel=1 pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux" arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ makedepends=('qt') optdepends=('qt: for i7z-gui') url="http://code.google.com/p/i7z/" source=("http://i7z.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('4408e0e39b195b8fe6383cadc971a862') +md5sums=('7f2c4928146b722d67ecdd0d905a4353') build() { cd ${srcdir}/${pkgname}-${pkgver} |