summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2bacecc4cf0..3ecaf0099e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre Penninckx <ibizapeanut@gmail.com>
pkgname='pass-clip'
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc='A pass extension that lets you quickly copy to clipboard passwords using fzf or rofi.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('pass')
optdepends=('rofi: Use rofi to present choices.'
'fzf: Use fzf to present choices.')
source=(https://github.com/ibizaman/pass-clip/archive/v${pkgver}.tar.gz)
-sha512sums=('5aa11d97352e15d4a49ae590b01ac2806e74e221739ac27f58f7fe9a81a457c5c02e2cc4e8f2685c3abbdc2ccdca0748047ae8e756e650fc0b65b2bb5b11d5da')
+sha512sums=('216298a8b1419b88d08c17d0a7f9caae7939391a3336a423c9bf965eb04e0742968c043272d31bc72a3c21097193b746845722c8bdf3203d3cee19267b07b94d')
package() {
cd "${srcdir}/pass-clip-$pkgver/"