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 edbde3b756fa..10a2b26846ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Pujol <alexandre@pujol.io>
pkgname='pass-update'
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc='A pass extension that provides a convenient solution to update an existing password.'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/roddhjav/pass-update'
license=('GPL3')
depends=('pass')
source=(https://github.com/roddhjav/pass-update/archive/${pkgver}.tar.gz)
-sha512sums=('62b290d22e0868283739b8d93d98f5c425e9d9dd80f753a40a6428c3e03745c5cf6a389979c0e30bc9b291693ef817d23149d6fb00b2b3e327ecb2b74636c2a2')
+sha512sums=('a1e54e4808b140bad0324ca6a2bac0a5cf8a88ce8862ad501235273ee2fd06c69994f9edb70d06122611010b8041a61e0190768f00d3d02f2c8fa6c59f4a55b8')
package() {
cd "${srcdir}/pass-update-$pkgver/"