summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Lins2020-09-14 21:00:48 -0300
committerFred Lins2020-09-14 21:00:48 -0300
commite2e346200c586c5ab0e8c4384a9cd28509004f11 (patch)
treed799aea9fa3a8457c944a2e789168e504eff1907
parenta3d11ed680165cbe18a698129db5f218ffc687e9 (diff)
downloadaur-e2e346200c586c5ab0e8c4384a9cd28509004f11.tar.gz
updated Mon Sep 14 09:00:48 PM -03 2020
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 448bc3a849fb..80c51c422cdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gonhang
pkgdesc = GonhaNG is a System Monitor for several important hardware variables.
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/fredcox/gonhang
arch = any
@@ -16,8 +16,8 @@ pkgbase = gonhang
depends = python-requests
conflicts = gonha
replaces = gonha
- source = gonhang-0.2.3.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.3.tar.gz
- sha256sums = aff7bcb8baf69ce55229130630a75b7abc14589e35c6df3e74b2e4bec184cc9c
+ source = gonhang-0.2.4.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.4.tar.gz
+ sha256sums = aaabe8ce1cbf00b34a7e9739389e2ee3d4a9394299c7c453e7442cf93d79b774
pkgname = gonhang
diff --git a/PKGBUILD b/PKGBUILD
index 5dc48a63f4e4..bb008227069a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fred Lins <fredcox at gmail dot com>
# install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
pkgname=gonhang
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
pkgdesc='GonhaNG is a System Monitor for several important hardware variables.'
arch=('any')
@@ -19,7 +19,7 @@ depends=('python-pyqt5'
'python-requests')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/g/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=(aff7bcb8baf69ce55229130630a75b7abc14589e35c6df3e74b2e4bec184cc9c)
+sha256sums=(aaabe8ce1cbf00b34a7e9739389e2ee3d4a9394299c7c453e7442cf93d79b774)
build() {
cd "${pkgname}-${pkgver}"
python setup.py build