summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afa0724ec97b..15e35d309e63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python2-pyopenssl
- pkgdesc = Python wrapper module around the OpenSSL library
+ pkgdesc = Wrapper module for OpenSSL, legacy Python 2 version
pkgver = 21.0.0
pkgrel = 1
url = https://pypi.org/project/pyopenssl/21.0.0/
diff --git a/PKGBUILD b/PKGBUILD
index 17f6f1d67b47..b61aef6a2892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='python2-pyopenssl'
_name="${pkgname#python2-}"
pkgver=21.0.0
pkgrel=1
-pkgdesc='Python wrapper module around the OpenSSL library'
+pkgdesc='Wrapper module for OpenSSL, legacy Python 2 version'
arch=('any')
url="https://pypi.org/project/${_name}/${pkgver}/"
license=('Apache')