summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-10-02 20:53:27 +0000
committerfunilrys2021-10-02 20:53:27 +0000
commit833ad3d99039b55ecf56d1a9b0f4d53e2e9a1ad2 (patch)
tree4abb1f84bf2d4387fc19bf8e28d6f1868e653fc6
parent88c9b8323716f66bd2de1e9022a5b52d79ee9e4c (diff)
downloadaur-833ad3d99039b55ecf56d1a9b0f4d53e2e9a1ad2.tar.gz
Update PyFunceble to v4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10382cb1fa22..df35ced8eab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
- pkgver = 3.3.9
+ pkgver = 4.0.0
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -23,11 +23,11 @@ pkgbase = pyfunceble
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=3.3.9
+ provides = pyfunceble=4.0.0
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.3.9.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-4.0.0.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 28d301c73509a441a990220c85f001ddf3483d8bd4503b80f841c7db536abac3
+ sha256sums = ed13bdfff38a85ba7740075b7758e326524670799aae53f844214340c675afc4
sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 8ff5adb3c969..0cefd094d05d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=3.3.9
+pkgver=4.0.0
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -36,7 +36,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
-sha256sums=('28d301c73509a441a990220c85f001ddf3483d8bd4503b80f841c7db536abac3'
+sha256sums=('ed13bdfff38a85ba7740075b7758e326524670799aae53f844214340c675afc4'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {