diff options
author | ngvx | 2020-10-04 00:52:16 +0200 |
---|---|---|
committer | ngvx | 2020-10-04 00:52:16 +0200 |
commit | 062b135fae918b620091596927b7b1087b260f95 (patch) | |
tree | ab2329b77de85653aaf9e782109e5aa22566d85b | |
parent | 8ab2bda52c1066e440c76d06e4f14eaa4d072cb0 (diff) | |
download | aur-062b135fae918b620091596927b7b1087b260f95.tar.gz |
update to 2.14.3
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase=python-hydrus pkgname=("python-hydrus") -pkgver=2.12.0 +pkgver=2.14.3 pkgrel=1 pkgdesc="Python module implementing the Hydrus API." arch=("any") @@ -9,7 +9,7 @@ license=("GPLv3") depends=("python" "python-requests") makedepends=("python-poetry" "python-pip" "python-requests") source=("https://gitlab.com/cryzed/hydrus-api/-/archive/v${pkgver}/hydrus-api-v${pkgver}.tar.gz") -sha512sums=('605d269c23011ecb6658f60e2e608a87b23316079fd563fc6c418bb315f6d21ab602cd6a30566340bb10d96fa2daee35b5e09f7e979a4128b6f6f8af0e7a13c4') +sha512sums=('c415d3997d8234ff39f9174b053bf49ee7b64d3c4ac92207b284f50381cb0fcd7695122eabd97f52982928fafdf51eed06e3a28f3c1cc3082bce92a2e9679d1b') prepare() { export HOME=$(mktemp -d) # Don't create a virtual environment inside the user's home dir |