From c0e36f71b29552c2a649982873a762b63493a0a1 Mon Sep 17 00:00:00 2001 From: gnastyle Date: Mon, 10 Oct 2016 20:13:56 +0200 Subject: [PATCH] keepassx: update to 2.0.3 --- keepassx/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keepassx/PKGBUILD b/keepassx/PKGBUILD index 5a0925411..00f442d3a 100644 --- a/keepassx/PKGBUILD +++ b/keepassx/PKGBUILD @@ -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 -} \ No newline at end of file +}