keepassx: update to 2.0.3

This commit is contained in:
gnastyle 2016-10-10 20:13:56 +02:00
parent c742c411f5
commit c0e36f71b2

View File

@ -1,5 +1,5 @@
pkgname=keepassx
pkgver=2.0.2
pkgver=2.0.3
pkgrel=1
pkgdesc="Cross platform password manager"
arch=('x86_64')
@ -9,7 +9,7 @@ depends=('qt' 'libxtst' 'libgcrypt' 'zlib')
makedepends=('cmake')
categories=('utils')
source=("https://www.keepassx.org/releases/$pkgver/keepassx-$pkgver.tar.gz")
sha256sums=('204bdcf49c72078cd6f02b4f29b062923cca9e7b2d3551f2bf352763daa236b8')
sha256sums=('23ffb4ae360c58aa139943442d175bc6b8f08e6a876ae76c4543ab983a6647c5')
prepare() {
cd "$srcdir/keepassx-$pkgver"
@ -30,4 +30,4 @@ package() {
make DESTDIR="$pkgdir" install
#change lib directory from /usr/lib64 to /usr/lib
mv $pkgdir/usr/lib64 $pkgdir/usr/lib
}
}