summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 77f5a462370f5ea5d77d212ca1ff1b68f9010866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Philipp 'TamCore' B. <philipp {at} tamcore {dot} eu>
pkgname=keepass-de
pkgver=2.42
pkgrel=1
pkgdesc="German locale for keepass"
arch=('any')
url="https://keepass.info/translations.html"
license=('GPL2')
depends=('keepass')
source=("https://downloads.sourceforge.net/keepass/KeePass-${pkgver}-German.zip")
sha256sums=('29ae440c7d0ed4c90896a15f1e2031509520499ad64003dcae77c640129c7f96')

package(){
   install -Dm644 German.lngx "${pkgdir}/usr/share/keepass/Languages/German.lngx"
}