diff options
author | Luis Falcon | 2021-10-19 13:51:36 +0100 |
---|---|---|
committer | Luis Falcon | 2021-10-19 13:51:36 +0100 |
commit | 641dc15fa1be1ce1f37256e4d1694107e5102c57 (patch) | |
tree | a1ae5067a0baf63724216db9a18d4d9e016d5cb1 | |
parent | 6233ed5c35229b95edce414f33681501f5872deb (diff) | |
download | aur-641dc15fa1be1ce1f37256e4d1694107e5102c57.tar.gz |
Release of MyGNUHealth 1.0.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |