summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Falcon2021-10-19 13:51:36 +0100
committerLuis Falcon2021-10-19 13:51:36 +0100
commit641dc15fa1be1ce1f37256e4d1694107e5102c57 (patch)
treea1ae5067a0baf63724216db9a18d4d9e016d5cb1
parent6233ed5c35229b95edce414f33681501f5872deb (diff)
downloadaur-641dc15fa1be1ce1f37256e4d1694107e5102c57.tar.gz
Release of MyGNUHealth 1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808ee6e64f08..06ed9f65e5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mygnuhealth
pkgdesc = The GNU Health Personal Health Record (PHR)
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://www.gnuhealth.org
arch = any
@@ -13,7 +13,7 @@ pkgbase = mygnuhealth
depends = python-bcrypt
depends = pyside2
depends = kirigami2
- source = https://files.pythonhosted.org/packages/source/M/MyGNUHealth/MyGNUHealth-1.0.4.tar.gz
- sha256sums = 2cb44cae16c18f1635778a05b62c6732f35dd857b87fe960e6de933feb10e922
+ source = https://files.pythonhosted.org/packages/source/M/MyGNUHealth/MyGNUHealth-1.0.5.tar.gz
+ sha256sums = 1271ee4972e8a081eac83fb9b586779b8db86fc5117af54f97647dcc58cc99c9
pkgname = mygnuhealth
diff --git a/PKGBUILD b/PKGBUILD
index 9d55a8f6e304..8034dcdfd31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mygnuhealth
_name=MyGNUHealth
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="The GNU Health Personal Health Record (PHR)"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('python' 'python-matplotlib' 'python-requests' 'python-tinydb' 'python-bcrypt' 'pyside2' 'kirigami2')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('2cb44cae16c18f1635778a05b62c6732f35dd857b87fe960e6de933feb10e922')
+sha256sums=('1271ee4972e8a081eac83fb9b586779b8db86fc5117af54f97647dcc58cc99c9')
build() {
cd "$_name-$pkgver"