summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2021-12-18 23:12:57 +0100
committerfunilrys2021-12-18 23:12:57 +0100
commitb0e1c40e2cc0e7a2f47f611cad85ac75315da283 (patch)
tree1d9b9a6a33721c7854c9dffbd8d37f7d59e972cf /PKGBUILD
parenta40036bef1704b9fe996b0efc6740367864094d1 (diff)
downloadaur-b0e1c40e2cc0e7a2f47f611cad85ac75315da283.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 f1bdeaff92b7..aafc8a2cbe2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
pkgver=4.0.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"
@@ -28,6 +28,7 @@ depends=(
'python-requests'
'python-ruamel-yaml'
'python-setuptools'
+ 'python-shtab'
'python-sqlalchemy'
'python-toml'
'python3'