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