summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2022-03-12 12:38:26 +0100
committerfunilrys2022-03-12 12:38:26 +0100
commitb595d6074b3ca71c7934b9c2db889658ce1a6f60 (patch)
treea486386a63581286462607574137779ee1ded5dc /PKGBUILD
parentfdf9fc800c24d9bc1f3ccd78b728b8278aecdf87 (diff)
downloadaur-b595d6074b3ca71c7934b9c2db889658ce1a6f60.tar.gz
Add missing dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6409997ae68..2a265c7fc7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
pkgver=4.1.0
-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"
@@ -25,6 +25,7 @@ depends=(
'python-msgpack'
'python-pyaml'
'python-pymysql'
+ 'python-pysocks'
'python-requests'
'python-ruamel-yaml'
'python-setuptools'