summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Payen de La Garanderie2016-03-06 17:54:47 +0000
committerGrégoire Payen de La Garanderie2016-03-06 17:54:47 +0000
commitc578f70179afad2c0ab3b8935b9163d477256514 (patch)
tree99b54a14f3b776bc23c2d554e11629fcd33ce5de
parentb39c26aa7c9be6248b79b6ab6d5123d985676f4c (diff)
downloadaur-c578f70179afad2c0ab3b8935b9163d477256514.tar.gz
Update to 0.7.4.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91dd5cd87e0e..c6117df4643b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwman3
pkgdesc = A console based password management application written in Python
- pkgver = 0.7.1
+ pkgver = 0.7.4
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://github.com/pwman3/pwman3/archive/0.7.1.tar.gz
- sha256sums = 74decb2c0451785ecaec388eb499298eab679ca9212836b8f1f28c3809ea9efe
+ source = https://github.com/pwman3/pwman3/archive/0.7.4.tar.gz
+ sha256sums = cdd0b2ad2789d014789a03c25fcd50f4a16755f344f7eb18e5501fdda9eea27f
pkgname = pwman3
diff --git a/PKGBUILD b/PKGBUILD
index 90d2c514b6a2..9e300774043c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=pwman3
-pkgver=0.7.1
+pkgver=0.7.4
pkgrel=1
pkgdesc="A console based password management application written in Python"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python-colorama' 'python-crypto' 'xsel')
optdepends=('python-psycopg2: PostgreSQL support', 'python-pymysql: MySQL support', 'python-pymongo: MongoDB support')
source=(https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('74decb2c0451785ecaec388eb499298eab679ca9212836b8f1f28c3809ea9efe')
+sha256sums=('cdd0b2ad2789d014789a03c25fcd50f4a16755f344f7eb18e5501fdda9eea27f')
package() {
cd "$srcdir"/$pkgname-$pkgver