diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-14 10:56:20 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-14 10:56:20 -0300 |
commit | d5be0922f99093b4659507a4c17c664ac5c2f577 (patch) | |
tree | 03704fe8477fe4f6e3f2f15f0bd848b5e4b702e9 /community/gsmartcontrol/PKGBUILD | |
parent | c6d876200ad3def9a1e9725b3daf29e01ae8e3c5 (diff) | |
parent | a36c4a33891932acf2ac1cdebbb9caed01d7df6f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/pdf2djvu/PKGBUILD
core/systemd/PKGBUILD
extra/audacious/PKGBUILD
extra/cups/PKGBUILD
multilib-testing/lib32-libdrm/PKGBUILD
staging/inkscape/PKGBUILD
staging/poppler/PKGBUILD
testing/ethtool/PKGBUILD
testing/libdrm/PKGBUILD
testing/openconnect/PKGBUILD
Diffstat (limited to 'community/gsmartcontrol/PKGBUILD')
-rw-r--r-- | community/gsmartcontrol/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/community/gsmartcontrol/PKGBUILD b/community/gsmartcontrol/PKGBUILD index 7f5e1cc78..d1d24c446 100644 --- a/community/gsmartcontrol/PKGBUILD +++ b/community/gsmartcontrol/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jelle van der Waa <jelle@vdwaa.nl> pkgname=gsmartcontrol -pkgver=0.8.6 -pkgrel=3 +pkgver=0.8.7 +pkgrel=1 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." arch=('i686' 'x86_64' 'mips64el') url="http://gsmartcontrol.berlios.de/home/index.php/en/Home" @@ -12,7 +12,8 @@ optdepends=('gnomesu: for gsmartcontrol-root' 'gksu: for gsmartcontrol-root') install=${pkgname}.install source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2) -md5sums=('d2ac685e2e73b05f7ba74c93623af739') +md5sums=('6d104c2ffc1e693cd1a8052a6d7e3b30') + build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -20,6 +21,11 @@ build() { make } +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + package() { cd ${srcdir}/${pkgname}-${pkgver} |