summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-06-24 20:37:55 +0000
committerfunilrys2021-06-24 20:37:55 +0000
commit63ed0a3475bf57691b4a6391fbef80eb88fe1534 (patch)
tree1dd1e15b13cc2d551113549650cee44ce1c03170
parentf495d3a837443663026b0ce595c64c165a66b040 (diff)
downloadaur-63ed0a3475bf57691b4a6391fbef80eb88fe1534.tar.gz
Update PyFunceble-dev to v4.0.0b56
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c33a1a2b82..d5b5db8f433e 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.0b54
+ pkgver = 4.0.0b56
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.0b54
+ provides = pyfunceble=4.0.0b56
conflicts = pyfunceble
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.0b54.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.0b56.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 737896c464eae34b242e5e839e6e1aaa8b0e433efb6d33012f3fc26a0e77ffba
+ sha256sums = c40c8a3a2a647aa59e4b1946a8ba06326c99ca8b8e78db69a86362887e703f78
sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d
pkgname = pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 816707bcd9f6..4540d20fb84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}-dev
_name=${pkgname}
upstreamName="PyFunceble-dev"
-pkgver=4.0.0b54
+pkgver=4.0.0b56
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=('737896c464eae34b242e5e839e6e1aaa8b0e433efb6d33012f3fc26a0e77ffba'
+sha256sums=('c40c8a3a2a647aa59e4b1946a8ba06326c99ca8b8e78db69a86362887e703f78'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {