summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Payen de La Garanderie2020-09-14 10:37:53 +0100
committerGrégoire Payen de La Garanderie2020-09-14 10:38:41 +0100
commita9ea243629974f9d9e486e5c30aba72f482e14c8 (patch)
tree65031b8d6b165e25f644c4afbc61083c5997e9fe
parentaf7eb6c5a4a920c1ee53ada4049564392121e55f (diff)
downloadaur-pwman3.tar.gz
Update to 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b217fcb198a8..a8e433f0c6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwman3
pkgdesc = A console based password management application written in Python
- pkgver = 0.9.1
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/pwman3/pwman3
arch = any
@@ -11,8 +11,8 @@ pkgbase = pwman3
optdepends = python-psycopg2: PostgreSQL support,
optdepends = python-pymysql: MySQL support,
optdepends = python-pymongo: MongoDB support
- source = https://files.pythonhosted.org/packages/source/p/pwman3/pwman3-0.9.1.tar.gz
- sha256sums = 92b6c11e71d28365a1b58ac6965aa106e3d54f1f2cb6ba1b9d7bfc3bb848c476
+ source = https://files.pythonhosted.org/packages/source/p/pwman3/pwman3-0.11.1.tar.gz
+ sha256sums = 3b0c0e30481c1117c6687e02de280e337c884a4ff8117c2e8556252e1754d356
pkgname = pwman3
diff --git a/PKGBUILD b/PKGBUILD
index f63187523f9e..743d4ca217c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=pwman3
-pkgver=0.9.1
+pkgver=0.11.1
pkgrel=1
pkgdesc="A console based password management application written in Python"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python-colorama' 'xsel' 'python-cryptography')
optdepends=('python-psycopg2: PostgreSQL support', 'python-pymysql: MySQL support', 'python-pymongo: MongoDB support')
source=(https://files.pythonhosted.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('92b6c11e71d28365a1b58ac6965aa106e3d54f1f2cb6ba1b9d7bfc3bb848c476')
+sha256sums=('3b0c0e30481c1117c6687e02de280e337c884a4ff8117c2e8556252e1754d356')
package() {
cd "$srcdir"/$pkgname-$pkgver