summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Lins2020-09-16 16:42:25 -0300
committerFred Lins2020-09-16 16:42:25 -0300
commite0836e4145a5764625ff168a720fcfbd77c2554f (patch)
tree8a8a816d4f430fb0af42ac80581a67d28fab0e5f
parente2e346200c586c5ab0e8c4384a9cd28509004f11 (diff)
downloadaur-e0836e4145a5764625ff168a720fcfbd77c2554f.tar.gz
updated Wed Sep 16 04:42:25 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 80c51c422cdb..3ae38cea9609 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.4
+ pkgver = 0.2.5
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.4.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.4.tar.gz
- sha256sums = aaabe8ce1cbf00b34a7e9739389e2ee3d4a9394299c7c453e7442cf93d79b774
+ source = gonhang-0.2.5.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.5.tar.gz
+ sha256sums = 6810db14c1cc14dff0e1ff6a129ef6924b5c6a39040ea5abe22a295666376d44
pkgname = gonhang
diff --git a/PKGBUILD b/PKGBUILD
index bb008227069a..d4bd0037c4c9 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.4
+pkgver=0.2.5
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=(aaabe8ce1cbf00b34a7e9739389e2ee3d4a9394299c7c453e7442cf93d79b774)
+sha256sums=(6810db14c1cc14dff0e1ff6a129ef6924b5c6a39040ea5abe22a295666376d44)
build() {
cd "${pkgname}-${pkgver}"
python setup.py build