# Maintainer: scan pkgname=keepass-es pkgver=2.54 pkgrel=1 pkgdesc="KeePass EspaƱol" license=('GPL2') depends=("keepass>=${pkgver}") makedepends=('unzip') url="http://keepass.info/translations.html" source=(http://downloads.sourceforge.net/keepass/KeePass-${pkgver}-Spanish.zip) arch=(any) sha256sums=('195f3eb3913315858543ace45b64bb4d47c6e06af5ed143c1312f3f5c0d8af68') package(){ mkdir -p "${pkgdir}"/usr/share/keepass/Languages install -m644 Spanish.lngx "${pkgdir}"/usr/share/keepass/Languages }