summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6241cfd291f..d9a214d17fef 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 = 4.0.2
- pkgrel = 1
+ pkgrel = 3
url = https://pyfunceble.github.io
arch = any
license = Apache 2.0
@@ -20,6 +20,7 @@ pkgbase = pyfunceble
depends = python-requests
depends = python-ruamel-yaml
depends = python-setuptools
+ depends = python-shtab
depends = python-sqlalchemy
depends = python-toml
depends = python3
diff --git a/PKGBUILD b/PKGBUILD
index aafc8a2cbe2f..98ffe2977b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
pkgver=4.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
url="https://pyfunceble.github.io"
@@ -33,10 +33,7 @@ depends=(
'python-toml'
'python3'
)
-source=(
- "https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz"
- "https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
-)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz" "https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE")
sha256sums=('5a7e870920e9ce1b0119e0d0be19c87cc3ff48102ac1382ad92eddf4406b0dcb'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')