summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Büchau2020-12-06 20:04:41 +0100
committerYann Büchau2020-12-06 20:05:01 +0100
commitc0f052eac4b9c08ed1d2d79e20a7e528283b6ecf (patch)
tree4c59554f46816a4d7baf678dc77b6ed1fa880d3c
parent59b629b391028dcc34af40cc0e74af8e8fe6c022 (diff)
downloadaur-c0f052eac4b9c08ed1d2d79e20a7e528283b6ecf.tar.gz
Bump version to v0.56
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rwxr-xr-xPKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b798dd1b651..3703b5cc11b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pasaffe
pkgdesc = Easy to use password manager for Gnome with a Password Safe 3.0 compatible database.
- pkgver = 0.55
- pkgrel = 2
+ pkgver = 0.56
+ pkgrel = 1
url = https://launchpad.net/pasaffe
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = pasaffe
depends = python-unidecode
depends = yelp
optdepends = apg: password generation
- source = http://launchpad.net/pasaffe/trunk/0.55/+download/pasaffe-0.55.tar.gz
- md5sums = e535aafeee6e1684b2a506bd9c463da5
+ source = http://launchpad.net/pasaffe/trunk/0.56/+download/pasaffe-0.56.tar.gz
+ md5sums = e994a1a91bedcd645ccc83615705ad52
pkgname = pasaffe
diff --git a/.gitignore b/.gitignore
index ce4d7f5ec50b..588597a11b97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.tar.?z
+*.pkg.tar*
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 7ece917ff2cc..ec71587787ed 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: nobodyinperson <nobodyinperson at posteo de>
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=pasaffe
-pkgver=0.55
-pkgrel=2
+pkgver=0.56
+pkgrel=1
pkgdesc="Easy to use password manager for Gnome with a Password Safe 3.0 compatible database."
arch=('any')
url="https://launchpad.net/pasaffe"
@@ -20,7 +20,7 @@ optdepends=(
makedepends=('python-distutils-extra')
install=
source=(http://launchpad.net/pasaffe/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('e535aafeee6e1684b2a506bd9c463da5')
+md5sums=('e994a1a91bedcd645ccc83615705ad52')
package() {
cd $srcdir/$pkgname-$pkgver