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

Orhun Parmaksiz orhun at gemini.archlinux.org
Fri Feb 4 13:57:57 UTC 2022


    Date: Friday, February 4, 2022 @ 13:57:57
  Author: orhun
Revision: 1125436

upgpkg: gsmartcontrol 1.1.4-1: upstream release

Modified:
  gsmartcontrol/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 13:54:26 UTC (rev 1125435)
+++ PKGBUILD	2022-02-04 13:57:57 UTC (rev 1125436)
@@ -1,8 +1,9 @@
 # Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
 
 pkgname=gsmartcontrol
-pkgver=1.1.3
-pkgrel=3
+pkgver=1.1.4
+pkgrel=1
 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool."
 arch=('x86_64')
 url="https://gsmartcontrol.sourceforge.io/home/"
@@ -10,12 +11,12 @@
 depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
 optdepends=('polkit: to run gsmartcontrol directly from menu'
             'xterm: to update the drive database')
-source=("https://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
+source=("https://github.com/ashaduri/gsmartcontrol/releases/download/v${pkgver}/gsmartcontrol-${pkgver}.tar.bz2"
         org.archlinux.pkexec.gsmartcontrol.policy
         gsmartcontrol_polkit)
-md5sums=('6953ed6f90b2551ebdb1ae2470f4acdc'
-         '503989a7e6a9a287d81e91243d03f162'
-         '33bdda04d8db1525f2507485f3f2a663')
+sha256sums=('fc409f2b8a84cc40bb103d6c82401b9d4c0182d5a3b223c93959c7ad66191847'
+            '98ae73cbe39be31f885d8c4d09cbfac7b454534ea1ba7cb5a8d23365dc22212a'
+            '66f952196db24d6e3ee454b03481d52e0281c3bbf8be180600bf5ba7b39ec0ea')
 
 prepare() {
 	cd ${pkgname}-${pkgver}
@@ -28,7 +29,7 @@
 build() {
 	cd ${pkgname}-${pkgver}
 	CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr --sbindir=/usr/bin/
-	make 
+	make
 }
 
 check() {



More information about the arch-commits mailing list