[arch-commits] Commit in gsmartcontrol/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Sep 8 20:41:53 UTC 2017


    Date: Friday, September 8, 2017 @ 20:41:53
  Author: jelle
Revision: 256440

upgpkg: gsmartcontrol 1.1.0-1

Modified:
  gsmartcontrol/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-08 19:10:16 UTC (rev 256439)
+++ PKGBUILD	2017-09-08 20:41:53 UTC (rev 256440)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
 
 pkgname=gsmartcontrol
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
         org.archlinux.pkexec.gsmartcontrol.policy
         gsmartcontrol_polkit)
-md5sums=('762c0ad92289a13fcfadd1f31465022f'
+md5sums=('011e058ca8ae74723c092fdefe84eaff'
          '503989a7e6a9a287d81e91243d03f162'
          '33bdda04d8db1525f2507485f3f2a663')
 
@@ -26,7 +26,7 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
+	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr --sbindir=/usr/bin/
 	make 
 }
 



More information about the arch-commits mailing list