summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5c4d5c61acc..c4a2b3c47da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepass-plugin-hibpofflinecheck
pkgdesc = Keepass plugin that performs offline checks against the haveibeenpwned passwords file
pkgver = 1.7.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mihaifm/HIBPOfflineCheck
arch = any
depends = keepass
diff --git a/PKGBUILD b/PKGBUILD
index 8d79d97d51fb..220879071ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keepass-plugin-hibpofflinecheck
_pluginname=HIBPOfflineCheck
pkgver=1.7.10
-pkgrel=1
+pkgrel=2
pkgdesc="Keepass plugin that performs offline checks against the haveibeenpwned passwords file"
depends=('keepass')
arch=('any')
@@ -22,5 +22,5 @@ build() {
}
package() {
- install -Dm644 "${srcdir}/${_pluginname}-${pkgver}/build.plgx" "${pkgdir}/usr/share/keepass/Plugins/${_pluginname}.plgx"
+ install -Dm644 "${srcdir}/${_pluginname}-${pkgver}/build.plgx" "${pkgdir}/usr/share/keepass/plugins/${_pluginname}.plgx"
}