summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-12-05 18:04:08 +0000
committerfunilrys2021-12-05 18:04:08 +0000
commita40036bef1704b9fe996b0efc6740367864094d1 (patch)
tree067573bfdf53ff722a4f6c7c1944e695813dedc3
parentd111b6a842442aa8e73d340f237da6a020a7d0af (diff)
downloadaur-a40036bef1704b9fe996b0efc6740367864094d1.tar.gz
Update PyFunceble to v4.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d308b25328..a6241cfd291f 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 = 4.0.1
+ pkgver = 4.0.2
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=4.0.1
+ provides = pyfunceble=4.0.2
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-4.0.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-4.0.2.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = bc4362a18c831a02d16ce1e5a4124f94ca494b8609c3e30805d014eb45d86792
+ sha256sums = 5a7e870920e9ce1b0119e0d0be19c87cc3ff48102ac1382ad92eddf4406b0dcb
sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index c0003dc2e01d..f1bdeaff92b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=4.0.1
+pkgver=4.0.2
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=('bc4362a18c831a02d16ce1e5a4124f94ca494b8609c3e30805d014eb45d86792'
+sha256sums=('5a7e870920e9ce1b0119e0d0be19c87cc3ff48102ac1382ad92eddf4406b0dcb'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {