summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2020-06-17 22:24:05 +0200
committerfunilrys2020-06-17 22:24:05 +0200
commitd59a99b1cf55982725a8bfbf168a48150d2f0999 (patch)
treeaaab4394e8f0064d84dfc7351c92865b06ca060d /PKGBUILD
parent0077bb843284587992151f7a02252d28404f302a (diff)
downloadaur-d59a99b1cf55982725a8bfbf168a48150d2f0999.tar.gz
Remove urllib3 from the dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 710bbc77136d..2737bc88749c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
url="https://pyfunceble.github.io"
@@ -24,7 +24,6 @@ depends=(
'python-pymysql'
'python-requests'
'python-setuptools'
- 'python-urllib3'
'python3'
)
source=(