summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-M-Nielsen2019-05-04 19:59:17 +0200
committerDavid-M-Nielsen2019-05-04 19:59:17 +0200
commit5277b58ab02190a0bc8cb3f7078a3187ac47436b (patch)
tree6f48f4e36bb44b7ed78adc1a7ee2850f3c5f1a05
parent48b08be7e33427f4994473929ccf24f701415884 (diff)
downloadaur-5277b58ab02190a0bc8cb3f7078a3187ac47436b.tar.gz
new bugfix
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fc6365f960c..725935f9b3d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spasm
- pkgdesc = A terminal-based password manager aiming to be secure and easy to use. Feel free to comment or contact me on my email if you have any suggestions for improvements or features.
- pkgver = 0.3.0
+ pkgdesc = A terminal-based password manager aiming to be secure and easy to use.
+ pkgver = 0.3.1
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.3.0.tar.gz::https://github.com/David-M-Nielsen/spasm/archive/v0.3.0.tar.gz
+ source = spasm-0.3.1.tar.gz::https://github.com/David-M-Nielsen/spasm/archive/v0.3.1.tar.gz
sha256sums = 51845114b55aa54171d7adbe024045bc888bb07d5825ff853b3bc1b0d4e0760d
pkgname = spasm
diff --git a/PKGBUILD b/PKGBUILD
index a1660a62dfe6..2b0aab944920 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Monberg Nielsen <monbergnielsen@outlook.com>
pkgname=spasm
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
-pkgdesc="A terminal-based password manager aiming to be secure and easy to use. Feel free to comment or contact me on my email if you have any suggestions for improvements or features."
+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}"