summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-M-Nielsen2019-05-04 19:42:26 +0200
committerDavid-M-Nielsen2019-05-04 19:42:26 +0200
commitf716664ffba246a82daeb9ef6c9d64207fae8652 (patch)
treec47add66f0a3535ae1a41186d6b9ef9499d92d66
parentfe0e7c2f0f26844e28d254829edf044fe95e216b (diff)
downloadaur-f716664ffba246a82daeb9ef6c9d64207fae8652.tar.gz
updated package to latest version
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92111d5ea443..7168b95d6cbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spasm
- pkgdesc = A terminal-based password manager aiming to be easy to use and secure enough for most users.
- pkgver = 0.2.5
+ pkgdesc = A terminal-based password manager aiming to be secure and easy to use.
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/David-M-Nielsen/spasm
arch = any
@@ -10,7 +10,7 @@ pkgbase = spasm
depends = coreutils
optdepends = xclip: getting password to clipboard automatically
optdepends = gnupg: password encryption and decryption
- source = spasm-0.2.5.tar.gz::https://github.com/David-M-Nielsen/spasm/archive/v0.2.5.tar.gz
+ source = spasm-0.3.0.tar.gz::https://github.com/David-M-Nielsen/spasm/archive/v0.3.0.tar.gz
sha256sums = bf0dbf131236d1ca260f6830ae041b3fa95a2f1116a2b37ddb0518edae2b396b
pkgname = spasm
diff --git a/PKGBUILD b/PKGBUILD
index 298b921f49c3..f50852b35c69 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Monberg Nielsen <monbergnielsen@outlook.com>
pkgname=spasm
-pkgver=0.2.5
+pkgver=0.3.0
pkgrel=1
-pkgdesc="A terminal-based password manager aiming to be easy to use and secure enough for most users."
+pkgdesc="A terminal-based password manager aiming to be secure and easy to use."
arch=('any')
license=('MIT')
url="https://github.com/David-M-Nielsen/${pkgname}"