summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d085dec86a80..129e28f5cfd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@ pkgver=2.46
pkgrel=1
pkgdesc="Chinese Simplified locale for keepass"
license=('GPL2')
-depends=("keepass" "xdotool")
-makedepends=('unzip')
+depends=("keepass>=2.46")
url="http://keepass.info/translations.html"
source=(https://downloads.sourceforge.net/keepass/KeePass-${pkgver}-Chinese_Simplified.zip)
arch=(any)
sha256sums=('3db8169b35d2565453f0fb942666d1ca28db6f263f2e9dbd9fbada126a252adf')
-package(){
+package() {
install -d "${pkgdir}/usr/share/keepass/Languages"
install -Dm644 Chinese_Simplified.lngx "${pkgdir}/usr/share/keepass/Languages"
}