summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2019-07-23 15:52:18 -0600
committerJeff Henson2019-07-23 15:52:18 -0600
commita5e5a0ce3c1938b8768ab4c57d437eaf23e5f125 (patch)
treeb724fdaf21451f31e7afe5a2037dbdb30bcbb1d0
parent48014e50674d379f2b77563e2d93c340c5c0f8de (diff)
downloadaur-a5e5a0ce3c1938b8768ab4c57d437eaf23e5f125.tar.gz
Update to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3964a72f10c3..01bdf8bb1507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = keepass-plugin-hibpofflinecheck
pkgdesc = Keepass plugin that performs offline checks against the haveibeenpwned passwords file
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/mihaifm/HIBPOfflineCheck
arch = any
depends = keepass
- source = HIBPOfflineCheck-1.6.0.tar.gz::https://github.com/mihaifm/HIBPOfflineCheck/archive/1.6.0.tar.gz
- sha256sums = 07f28df047ba9e576316495ad53e7bd40cd44a882af1db0e254351bca05eec7f
+ source = HIBPOfflineCheck-1.6.1.tar.gz::https://github.com/mihaifm/HIBPOfflineCheck/archive/1.6.1.tar.gz
+ sha256sums = 2d232c276692defe150d92067b7d0b5ebb6bfac381b9c8a5d66444e6eafddb8e
pkgname = keepass-plugin-hibpofflinecheck
diff --git a/PKGBUILD b/PKGBUILD
index 59b25d446ed7..2a4a7d66a4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=keepass-plugin-hibpofflinecheck
_pluginname=HIBPOfflineCheck
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Keepass plugin that performs offline checks against the haveibeenpwned passwords file"
depends=('keepass')
arch=('any')
url="https://github.com/mihaifm/HIBPOfflineCheck"
source=("${_pluginname}-${pkgver}.tar.gz::https://github.com/mihaifm/${_pluginname}/archive/${pkgver}.tar.gz")
-sha256sums=('07f28df047ba9e576316495ad53e7bd40cd44a882af1db0e254351bca05eec7f')
+sha256sums=('2d232c276692defe150d92067b7d0b5ebb6bfac381b9c8a5d66444e6eafddb8e')
prepare() {
- cd "${srcdir}/${_pluginname}-${pkgver}"
- mkdir build
- cp -r Properties Resources *.cs *.resx *.csproj *.sln build/
+ cd "${srcdir}/${_pluginname}-${pkgver}/${_pluginname}"
+ mkdir ../build
+ cp -r Properties Resources *.cs *.resx *.csproj ../build/
}
build() {