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 f555a2a38268..e750bb1c05a2 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.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mihaifm/HIBPOfflineCheck
arch = any
depends = keepass
diff --git a/PKGBUILD b/PKGBUILD
index b504e97de7c3..cd3271057446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=keepass-plugin-hibpofflinecheck
_pluginname=HIBPOfflineCheck
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Keepass plugin that performs offline checks against the haveibeenpwned passwords file"
depends=('keepass')
arch=('any')
@@ -14,7 +14,7 @@ sha256sums=('05363fc33ddd8b383da2ba70d5515c30388c5210ec6a9de391cea5cb442c1811')
prepare() {
cd "${srcdir}/${_pluginname}-${pkgver}"
mkdir build
- cp -r Properties *.cs *.resx *.csproj *.sln build/
+ cp -r Properties Resources *.cs *.resx *.csproj *.sln build/
}
build() {