summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Büchau2023-01-17 17:02:54 +0100
committerYann Büchau2023-01-17 17:02:54 +0100
commitf4a4fdc9c9e8a98efeb404b2356173701390bf19 (patch)
tree1dbb871f3622f5819da15a4a0c0a635665e52c92
parentc0f052eac4b9c08ed1d2d79e20a7e528283b6ecf (diff)
downloadaur-f4a4fdc9c9e8a98efeb404b2356173701390bf19.tar.gz
Bump to v0.57
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3703b5cc11b9..7f88e4438890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pasaffe
pkgdesc = Easy to use password manager for Gnome with a Password Safe 3.0 compatible database.
- pkgver = 0.56
+ pkgver = 0.57
pkgrel = 1
url = https://launchpad.net/pasaffe
arch = any
@@ -11,8 +11,7 @@ pkgbase = pasaffe
depends = python-unidecode
depends = yelp
optdepends = apg: password generation
- source = http://launchpad.net/pasaffe/trunk/0.56/+download/pasaffe-0.56.tar.gz
- md5sums = e994a1a91bedcd645ccc83615705ad52
+ source = http://launchpad.net/pasaffe/trunk/0.57/+download/pasaffe-0.57.tar.gz
+ md5sums = 93e0ac365ed9dc713bbd4279814fb5fa
pkgname = pasaffe
-
diff --git a/PKGBUILD b/PKGBUILD
index ec71587787ed..b620e5cda4f9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: nobodyinperson <nobodyinperson at posteo de>
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=pasaffe
-pkgver=0.56
+pkgver=0.57
pkgrel=1
pkgdesc="Easy to use password manager for Gnome with a Password Safe 3.0 compatible database."
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
makedepends=('python-distutils-extra')
install=
source=(http://launchpad.net/pasaffe/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('e994a1a91bedcd645ccc83615705ad52')
+md5sums=('93e0ac365ed9dc713bbd4279814fb5fa')
package() {
cd $srcdir/$pkgname-$pkgver