summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtte Lautanala2023-08-11 00:58:05 +0300
committerAtte Lautanala2023-08-11 00:58:05 +0300
commitac2dd572ce9180aac4d460efeb694320a5510e7d (patch)
tree401e57be78f72bf0d8a4be05db5392fe3eb12417
parent50a59ebe6c29865a9847f08f03664312edf9c9ed (diff)
downloadaur-ac2dd572ce9180aac4d460efeb694320a5510e7d.tar.gz
Update package version to 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f8bf7c9fa6..57872436b38a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-keyring-pass
pkgdesc = https://www.passwordstore.org backend for keyring
- pkgver = 0.7.1
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/nazarewk/keyring_pass
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-keyring-pass
depends = python-keyring
depends = python-jaraco.classes
depends = pass
- source = https://files.pythonhosted.org/packages/source/k/keyring-pass/keyring_pass-0.7.1.tar.gz
- sha512sums = c5e7895c4b2e74d6f6797bde12fbf8f156387457b9269a36ba97ad1940b08cf4ed840e1c599198fb5cbbf522c6a24f7a618757bdf33c65e6f8ca7770df464408
+ source = https://files.pythonhosted.org/packages/source/k/keyring-pass/keyring_pass-0.8.1.tar.gz
+ sha512sums = 25a288f5e6fd92d3848bbd9ea81b4bb7aa1da2318b635ad8980eff1d6b75892759684d639f34453f2ea98dcc07ec0228ce1436f5ed9ed3d8dbbb615fbc946a8e
pkgname = python-keyring-pass
diff --git a/PKGBUILD b/PKGBUILD
index 5fd792ee6786..bf97c868ec42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-keyring-pass
_pkgname=keyring_pass
-pkgver=0.7.1
+pkgver=0.8.1
pkgrel=1
pkgdesc='https://www.passwordstore.org backend for keyring'
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python-keyring' 'python-jaraco.classes' 'pass')
makedepends=('python-build' 'python-installer')
source=("https://files.pythonhosted.org/packages/source/k/${_pkgname/_/-}/$_pkgname-$pkgver.tar.gz")
-sha512sums=('c5e7895c4b2e74d6f6797bde12fbf8f156387457b9269a36ba97ad1940b08cf4ed840e1c599198fb5cbbf522c6a24f7a618757bdf33c65e6f8ca7770df464408')
+sha512sums=('25a288f5e6fd92d3848bbd9ea81b4bb7aa1da2318b635ad8980eff1d6b75892759684d639f34453f2ea98dcc07ec0228ce1436f5ed9ed3d8dbbb615fbc946a8e')
build() {