summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeff Henson2019-01-21 18:59:08 -0700
committerJeff Henson2019-01-21 18:59:08 -0700
commit9dff8cad074f6bb02d00674b983066529a957ba3 (patch)
tree043145b26f530ba8e5f9b0f4d26c528f14c07039 /PKGBUILD
parent7110797c57899feb8fe80c33563925ae6af844d4 (diff)
downloadaur-9dff8cad074f6bb02d00674b983066529a957ba3.tar.gz
Fix compilation error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {