summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-07-03 19:54:05 +0000
committerfunilrys2021-07-03 19:54:05 +0000
commitb8aa9f77b4564d3f50538bdb58cf5dbea1fb4bf9 (patch)
treec456023a2e3a247bcc998ab5f8d08def0e211eb9
parent55c77a45814739c81a044e76292440ab7fe9124a (diff)
downloadaur-b8aa9f77b4564d3f50538bdb58cf5dbea1fb4bf9.tar.gz
Update PyFunceble-dev to v4.0.0b61
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332cf876c65a..d62d6f9600f6 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.0b60
+ pkgver = 4.0.0b61
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.0b60
+ provides = pyfunceble=4.0.0b61
conflicts = pyfunceble
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.0b60.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-4.0.0b61.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 00a9891e1381b43ca0ec2c9d3c35fd25bfc3f0ab9fd333265fe0d32b8835c938
+ sha256sums = ecaa42f280cd30cb27e2a767cf2ed656b093a57d9f813efe011a678cb2a49721
sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d
pkgname = pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 4ae64b9b1913..31b9c38c21cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}-dev
_name=${pkgname}
upstreamName="PyFunceble-dev"
-pkgver=4.0.0b60
+pkgver=4.0.0b61
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=('00a9891e1381b43ca0ec2c9d3c35fd25bfc3f0ab9fd333265fe0d32b8835c938'
+sha256sums=('ecaa42f280cd30cb27e2a767cf2ed656b093a57d9f813efe011a678cb2a49721'
'69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {