summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Lins2020-09-16 19:02:19 -0300
committerFred Lins2020-09-16 19:02:19 -0300
commite04a5baea65912e348f2829301ce740703a5c7f6 (patch)
tree8da4da7b84df40106cc0daa0946d3358da13ae23
parente0836e4145a5764625ff168a720fcfbd77c2554f (diff)
downloadaur-e04a5baea65912e348f2829301ce740703a5c7f6.tar.gz
updated Wed Sep 16 07:02:19 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 3ae38cea9609..18b93415da3d 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.5
+ pkgver = 0.2.6
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.5.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.5.tar.gz
- sha256sums = 6810db14c1cc14dff0e1ff6a129ef6924b5c6a39040ea5abe22a295666376d44
+ source = gonhang-0.2.6.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.6.tar.gz
+ sha256sums = 57b44479e30e2e7424fc790d671d01a081ac032467f7f870b3fa289c059663cb
pkgname = gonhang
diff --git a/PKGBUILD b/PKGBUILD
index d4bd0037c4c9..eb8993852b1b 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.5
+pkgver=0.2.6
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=(6810db14c1cc14dff0e1ff6a129ef6924b5c6a39040ea5abe22a295666376d44)
+sha256sums=(57b44479e30e2e7424fc790d671d01a081ac032467f7f870b3fa289c059663cb)
build() {
cd "${pkgname}-${pkgver}"
python setup.py build