summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2020-06-17 22:24:05 +0200
committerfunilrys2020-06-17 22:24:05 +0200
commitd59a99b1cf55982725a8bfbf168a48150d2f0999 (patch)
treeaaab4394e8f0064d84dfc7351c92865b06ca060d
parent0077bb843284587992151f7a02252d28404f302a (diff)
downloadaur-d59a99b1cf55982725a8bfbf168a48150d2f0999.tar.gz
Remove urllib3 from the dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056b963bb3f3..5b0da9d28afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
pkgver = 3.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://pyfunceble.github.io
arch = any
license = Apache 2.0
@@ -16,7 +16,6 @@ pkgbase = pyfunceble
depends = python-pymysql
depends = python-requests
depends = python-setuptools
- depends = python-urllib3
depends = python3
provides = pyfunceble=3.2.2
conflicts = pyfunceble-dev
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=(