summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2020-09-05 01:03:56 +0200
committerfunilrys2020-09-05 01:03:56 +0200
commit81743aec8ec74e383cdbcc811d9b01afa4bb2400 (patch)
treef461dd7d5f4ad7c3defc93f7d414c7b73be8a382 /PKGBUILD
parentd59a99b1cf55982725a8bfbf168a48150d2f0999 (diff)
downloadaur-81743aec8ec74e383cdbcc811d9b01afa4bb2400.tar.gz
Update PyFunceble to v3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2737bc88749c..86e6c3988883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
url="https://pyfunceble.github.io"
@@ -14,16 +14,22 @@ conflicts=('pyfunceble-dev')
provides=("pyfunceble=${pkgver}")
depends=(
'domain2idna'
+ 'python-alembic'
'python-box'
'python-colorama'
'python-cryptography'
'python-distribute'
'python-dnspython'
'python-dotenv'
+ 'python-inflection'
+ 'python-msgpack'
'python-pyaml'
'python-pymysql'
'python-requests'
+ 'python-ruamel-yaml'
'python-setuptools'
+ 'python-sqlalchemy'
+ 'python-toml'
'python3'
)
source=(
@@ -31,7 +37,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
sha256sums=(
- "06d5b77429951d3ac603c72c09ca5705d2a340d5db590f7bc8f299f964ec2501"
+ "37fbd74d313e91a4f4e97aea5d964a4ce0fc6787d62f2b6dd5a3b948c37a24b8"
"2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48"
)