summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158223722220..18ae690b7cb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gaspass
- pkgdesc = Not a password manager
+ pkgdesc = Manage passwords without storing them
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KawaiDesu/gaspass
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d98c5857d796..77ad718ba8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: KawaiDesu
pkgname=gaspass
pkgver=0.1.1
-pkgrel=1
-pkgdesc="Not a password manager"
+pkgrel=2
+pkgdesc="Manage passwords without storing them"
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/KawaiDesu/gaspass"
license=('MIT')