summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-13 23:38:16 +0200
committerMarcell Meszaros2022-06-13 23:39:44 +0200
commit7be46db62d19b8f756de541b4613783a257da61b (patch)
tree721196b8c6b4e1e2fb5640053db765d9630d502e
parent860c385528b1139b2e363a7fdbe4a92b47154ca9 (diff)
downloadaur-7be46db62d19b8f756de541b4613783a257da61b.tar.gz
add deprecation notice to package description
-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')