summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41b17c1cd852..75bbe601b406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mycli
pkgver=1.26.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting'
arch=('any')
url='https://github.com/dbcli/mycli'
@@ -12,7 +12,7 @@ license=('BSD')
depends=(
'python'
'python-click'
- 'python-cryptography=36.0.2'
+ 'python-cryptography'
'python-pygments'
'python-prompt_toolkit'
'python-pymysql'