summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2017-09-16 21:37:05 +0100
committerAlexandre Pujol2017-09-16 21:37:05 +0100
commit26023a26de436bde86067619d6774a5ad36f0b67 (patch)
tree1b5b6f024738946c3ec5630ec8f3eb078895fb8f
parentd9600ebaed8589805e6f8e73b504f5daf3ec5042 (diff)
downloadaur-26023a26de436bde86067619d6774a5ad36f0b67.tar.gz
pass-update 2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f033125f7f3..97b39d3aa5d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pass-update
- pkgdesc = A pass extension that provides a convenient solution to update an existing password.
- pkgver = 1.0
+ pkgdesc = A pass extension that provides an easy flow for updating passwords.
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/roddhjav/pass-update
arch = any
license = GPL3
depends = pass
- source = https://github.com/roddhjav/pass-update/archive/v1.0.tar.gz
- sha512sums = 6a4918ba6506abfbe088d81a4ed00ebcafdddea0b8b6b4f55438ea349c7e6a4a7b8dfb603d0fcde44e4255a694fc9f0e54e5243b8286036bd6ea5a7ea1a9770a
+ source = https://github.com/roddhjav/pass-update/releases/download/v2.0/pass-update-2.0.tar.gz
+ sha512sums = b13b8ba50850882df9ea67b9b5ee1f8d1012fd19d92a210a69f49e03a13cee44c01a43069662eb1af2e02df65d7711a9e7238b224dd8c1612e099e6b78768559
pkgname = pass-update
diff --git a/PKGBUILD b/PKGBUILD
index 7f30f6b8784d..f9e4aa66ead4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexandre Pujol <alexandre@pujol.io>
pkgname='pass-update'
-pkgver=1.0
+pkgver=2.0
pkgrel=1
-pkgdesc='A pass extension that provides a convenient solution to update an existing password.'
+pkgdesc='A pass extension that provides an easy flow for updating passwords.'
arch=('any')
url='https://github.com/roddhjav/pass-update'
license=('GPL3')
depends=('pass')
-source=(https://github.com/roddhjav/pass-update/archive/v${pkgver}.tar.gz)
-sha512sums=('6a4918ba6506abfbe088d81a4ed00ebcafdddea0b8b6b4f55438ea349c7e6a4a7b8dfb603d0fcde44e4255a694fc9f0e54e5243b8286036bd6ea5a7ea1a9770a')
+source=(https://github.com/roddhjav/pass-update/releases/download/v${pkgver}/pass-update-${pkgver}.tar.gz)
+sha512sums=('b13b8ba50850882df9ea67b9b5ee1f8d1012fd19d92a210a69f49e03a13cee44c01a43069662eb1af2e02df65d7711a9e7238b224dd8c1612e099e6b78768559')
package() {
cd "${srcdir}/pass-update-$pkgver/"