summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Wolf2017-01-14 23:22:01 -0600
committerCharlie Wolf2017-01-14 23:26:12 -0600
commitcfa200c13b0f9f8a0da6ff0a0d55466416b0f031 (patch)
tree3a2fcc4bc0e486cea48de4da193003ddd5260d41
parent86d9321495a6b50704b0737ed3935f8344a4ac12 (diff)
downloadaur-cfa200c13b0f9f8a0da6ff0a0d55466416b0f031.tar.gz
Fix descriptions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b623984e0f9..f1a0a56d9437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-gpgauth
- pkgdesc = This module allows easy access to gpgauth's key management, encryption and signature functionality from Python programs.
+ pkgdesc = a python library for GPG-based challenge/response 2-factor authentication in web applications
pkgver = 0.1
pkgrel = 1
url = https://github.com/charliewolf/python-gpgauth
diff --git a/PKGBUILD b/PKGBUILD
index 824a093a21ac..1b3ddee89f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-gpgauth
pkgver=0.1
pkgrel=1
-pkgdesc="This module allows easy access to gpgauth's key management, encryption and signature functionality from Python programs."
+pkgdesc="a python library for GPG-based challenge/response 2-factor authentication in web applications "
url="https://github.com/charliewolf/python-gpgauth"
license=("Tequilaware")
arch=("any")