summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Born2018-05-26 15:05:34 +0200
committerPhilipp Born2018-05-26 15:05:34 +0200
commit2439a8ecb55936bf009215a81947af0852a8100c (patch)
tree572c39c1f7ac826cf55cb01ba340cba257fd4f89
parentaa165eb6e366de4e60692c9b9067e91473a249d1 (diff)
downloadaur-2439a8ecb55936bf009215a81947af0852a8100c.tar.gz
move language file into Languages-subfolder
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bef2145d11e2..2eef4fe99715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 7 19:50:34 UTC 2018
+# Sat May 26 13:05:10 UTC 2018
pkgbase = keepass-de
pkgdesc = German locale for keepass
pkgver = 2.39
- pkgrel = 1
+ pkgrel = 2
url = http://keepass.info/translations.html
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 20da7c1e7576..318978c4060d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp 'TamCore' B. <philipp {at} tamcore {dot} eu>
pkgname=keepass-de
pkgver=2.39
-pkgrel=1
+pkgrel=2
pkgdesc="German locale for keepass"
license=('GPL2')
depends=("keepass")
@@ -12,6 +12,6 @@ arch=(any)
sha256sums=('1158fa37a4e5161deed981e943b34ae6ea63eba5cd73569ec457c4a782e80b2d')
package(){
- mkdir -p "${pkgdir}/usr/share/keepass"
- install -m644 German.lngx "${pkgdir}/usr/share/keepass"
+ mkdir -p "${pkgdir}/usr/share/keepass/Languages"
+ install -m644 German.lngx "${pkgdir}/usr/share/keepass/Languages"
}