summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec55034f2643..931dbe145b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
-_commit=7a93ca76badd71cfd7dd19fb3048830f6e29fac7
+_commit=8eda62e004e8341b9b4f353af8f147b76609cb5f
pkgname=lpcli
-pkgver=2018.06.15
+pkgver=2019.07.27
pkgrel=1
pkgdesc='C implementation of lesspass (version 2) without any external dependencies'
arch=('any')
@@ -11,7 +11,7 @@ license=('Unlicense')
depends=('glibc')
optdepends=('xclip: to copy generated passwords to clipboard')
source=("https://github.com/monolifed/${pkgname}/archive/${_commit}.tar.gz")
-sha256sums=('86e5f3afa575fbf2b947197e95a14b4440e7701620f5de36bee9d1a28b124d35')
+sha256sums=('daba0c9d46010935ba4638fcb2d9758f31580504db0e42150ef8e2484ee6bbce')
build() {
cd "${srcdir}/${pkgname}-${_commit}"