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 620d57c25fbc..e1a19a889788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Samuel Vincent Creshal <samuel@creshal.de>
pkgname=yspave
-pkgver=0.0.11
+pkgver=0.1.0
pkgrel=1
pkgdesc='Simple scrypt-based CLI password manager'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('xsel: access to X selection'
'words: Random word generator as per XKCD 936')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/creshal/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('18d932ca2cdec4e0f1002b29d27531ce91df51164203577f08bd47aff82496d34556a432d873d9fb0cb51c026b21d97f186cb88b2ed945e980ebd43856862ba5')
+sha512sums=('66c34df6950a1f02d3b7c4c0f618e4a1b44355be25e64f8a8027ddcfc882015b9aa56cad573102840bb8969bf003d21ac00e1be04ff22f58d4a7ed580b14dad5')
package () {
cd "${srcdir}/${pkgname}-${pkgver}"