summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-11-27 11:30:32 +0000
committerfunilrys2021-11-27 11:30:32 +0000
commitd35e2c0ccce104322c4f24d933308e9a06b796c4 (patch)
treeea647434381d51c462bca43789d915f0e2d39e31
parent5fa5eef81029ad3a54cb15d280ba24ad0070e1b3 (diff)
downloadaur-d35e2c0ccce104322c4f24d933308e9a06b796c4.tar.gz
Update PyFunceble-dev to v4.0.2b6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d00ade3b7e4..76eb7031d63a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble-dev
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
- pkgver = 4.0.2b5
+ pkgver = 4.0.2b6
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -23,11 +23,11 @@ pkgbase = pyfunceble-dev
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=4.0.2b5
+ provides = pyfunceble=4.0.2b6
conflicts = pyfunceble
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.2b5.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.2b6.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 21f3cb05ec0c66d87706b7b69e0f87c376132a68cc145d6b46d79fc64105ddc4
+ sha256sums = fe0ac4be942e2e6484ec1609fb39a1eda4f80439e2b6e8ba8bbc848311e3d230
sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d
pkgname = pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index af071c63d3a8..2993b515ab0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}-dev
_name=${pkgname}
upstreamName="PyFunceble-dev"
-pkgver=4.0.2b5
+pkgver=4.0.2b6
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -37,7 +37,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE"
)
-sha256sums=('21f3cb05ec0c66d87706b7b69e0f87c376132a68cc145d6b46d79fc64105ddc4'
+sha256sums=('fe0ac4be942e2e6484ec1609fb39a1eda4f80439e2b6e8ba8bbc848311e3d230'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {