summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Lins2020-09-18 11:06:52 -0300
committerFred Lins2020-09-18 11:06:52 -0300
commit3e9dc05c051b6980d307494ccc89915a904821db (patch)
treeaf313c67d451bfe6bc338266e5929f90e35fdd01
parentfc178d4207ac04121d24d9442bc5d471c709e05d (diff)
downloadaur-3e9dc05c051b6980d307494ccc89915a904821db.tar.gz
updated Fri Sep 18 11:06:52 AM -03 2020
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e141eb75ce6a..20bf51576e7d 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.8
+ pkgver = 0.3.0
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.8.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.2.8.tar.gz
- sha256sums = 211faabcba4b7f1c6637440cc6b72ea9b0fb162a5da13d1d276037448e37ca25
+ source = gonhang-0.3.0.tar.gz::https://pypi.io/packages/source/g/gonhang/gonhang-0.3.0.tar.gz
+ sha256sums = f3ccab70d858ad0d197425b4c1762f45d275f679cb8c268f2b65454fe38c6916
pkgname = gonhang
diff --git a/PKGBUILD b/PKGBUILD
index f9c2c7cbd661..1efa454f1296 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.8
+pkgver=0.3.0
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=(211faabcba4b7f1c6637440cc6b72ea9b0fb162a5da13d1d276037448e37ca25)
+sha256sums=(f3ccab70d858ad0d197425b4c1762f45d275f679cb8c268f2b65454fe38c6916)
build() {
cd "${pkgname}-${pkgver}"
python setup.py build