summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2017-04-14 19:21:14 +0100
committerAlexandre Pujol2017-04-14 19:21:14 +0100
commitd9600ebaed8589805e6f8e73b504f5daf3ec5042 (patch)
tree217c8bfd6d0d556dd9fe8fe703169c90b7b8e084
parent8a3501ad4b10051a8a9f0a01950efea3e38cfbde (diff)
downloadaur-d9600ebaed8589805e6f8e73b504f5daf3ec5042.tar.gz
pass-update 1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dcbd4fbd08b..8f033125f7f3 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 = 0.2
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/roddhjav/pass-update
arch = any
license = GPL3
depends = pass
- source = https://github.com/roddhjav/pass-update/archive/0.2.tar.gz
- sha512sums = a1e54e4808b140bad0324ca6a2bac0a5cf8a88ce8862ad501235273ee2fd06c69994f9edb70d06122611010b8041a61e0190768f00d3d02f2c8fa6c59f4a55b8
+ source = https://github.com/roddhjav/pass-update/archive/v1.0.tar.gz
+ sha512sums = 6a4918ba6506abfbe088d81a4ed00ebcafdddea0b8b6b4f55438ea349c7e6a4a7b8dfb603d0fcde44e4255a694fc9f0e54e5243b8286036bd6ea5a7ea1a9770a
pkgname = pass-update
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/"