summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Berger2017-05-10 00:50:51 +0200
committerMaximilian Berger2017-05-10 00:50:51 +0200
commit37e48d7afbf1fe13feed4fe8a1d6451120f400ce (patch)
tree531b87e16d98cf96eeb221b4ebd0d0c994892330
parentb6901b0349021429885e05e078fde134977b9764 (diff)
downloadaur-37e48d7afbf1fe13feed4fe8a1d6451120f400ce.tar.gz
update to 0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c278f10c4e3..e695cb3b89f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue May 9 22:50:40 UTC 2017
pkgbase = keepass-password-counter
pkgdesc = This plugin provides a button in the entry dialog with the number of entries that use the password of the open entry, too. It is possible to get the complete list of entries that use the reference password.
- pkgver = 0.0.1
+ pkgver = 0.1
pkgrel = 1
url = http://keepasspasswordcounter.sourceforge.net/
arch = any
license = GPLv2
depends = keepass
- source = http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v0.0.1/KPPasswordCounter.plgx
- md5sums = dac8247a92f3837e30e119443c9abf46
+ source = http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v0.1/KPPasswordCounter.plgx
+ sha256sums = 2974a8605a74f0c4904625ead21f86096ccf532c042cb308a7241c0f918103fc
pkgname = keepass-password-counter
diff --git a/PKGBUILD b/PKGBUILD
index 771868128957..26d29637ee27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Maximilian Berger <snowdragon92[at]gmail[dotcom]>
pkgname=keepass-password-counter
-pkgver=0.0.1
+pkgver=0.1
pkgrel=1
pkgdesc="This plugin provides a button in the entry dialog with the number of entries that use the password of the open entry, too. It is possible to get the complete list of entries that use the reference password."
arch=("any")
url="http://keepasspasswordcounter.sourceforge.net/"
license=("GPLv2")
depends=("keepass")
-source=("http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v0.0.1/KPPasswordCounter.plgx")
+source=("http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v${pkgver}/KPPasswordCounter.plgx")
-md5sums=('dac8247a92f3837e30e119443c9abf46')
+sha256sums=('2974a8605a74f0c4904625ead21f86096ccf532c042cb308a7241c0f918103fc')
package() {
cd "$srcdir"