summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Lins2020-09-12 11:09:51 -0300
committerFred Lins2020-09-12 11:09:51 -0300
commita76638ccdce4e19397b1e63af8e639c558773f60 (patch)
tree17302ad81a868f3d50496f87674eed11fe554cf4
parente507f5a424acf46fc9c3363c8c79e068f021cd8d (diff)
downloadaur-a76638ccdce4e19397b1e63af8e639c558773f60.tar.gz
updated Sat Sep 12 11:09:51 AM -03 2020
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f14f518b47f..c97b9963b247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gonhang
pkgdesc = GonhaNG is a System Monitor for several important hardware variables.
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/fredcox/gonhang
arch = any
@@ -13,8 +13,8 @@ pkgbase = gonhang
depends = wmctrl
depends = hddtemp
depends = python-requests
- source = gonhang-0.1.0.tar.gz::https://files.pythonhosted.org/packages/23/6f/1311595cfb9b9def77a50384f2ca5bba2228e0b5875cfb26aca7cda78c79/gonhang-0.1.0.tar.gz
- sha256sums = 9782a16c2969047c7e002fcf9876e40dfa262bc458008f45f507c6abfb227042
+ source = gonhang-0.1.1.tar.gz::https://files.pythonhosted.org/packages/47/cc/3b6da2146677c386dcc853a9f7d192d2fff6707567537c4049beaefda68e/gonhang-0.1.1.tar.gz
+ sha256sums = 25198b49c2e01cb8d0e1d41b0637c4ec8f4fba712efbc24dcc29c09ce84e1800
pkgname = gonhang
diff --git a/PKGBUILD b/PKGBUILD
index 7e1c2fe0ac01..a24812a11d4e 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.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='GonhaNG is a System Monitor for several important hardware variables.'
arch=('any')
@@ -15,8 +15,8 @@ depends=('python-pyqt5'
'hddtemp'
'python-requests')
makedepends=('python-setuptools')
-source=("gonhang-0.1.0.tar.gz::https://files.pythonhosted.org/packages/23/6f/1311595cfb9b9def77a50384f2ca5bba2228e0b5875cfb26aca7cda78c79/gonhang-0.1.0.tar.gz")
-sha256sums=(9782a16c2969047c7e002fcf9876e40dfa262bc458008f45f507c6abfb227042)
+source=("gonhang-0.1.1.tar.gz::https://files.pythonhosted.org/packages/47/cc/3b6da2146677c386dcc853a9f7d192d2fff6707567537c4049beaefda68e/gonhang-0.1.1.tar.gz")
+sha256sums=(25198b49c2e01cb8d0e1d41b0637c4ec8f4fba712efbc24dcc29c09ce84e1800)
build() {
cd "${pkgname}-${pkgver}"
python setup.py build