summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2023-01-08 10:44:41 +0000
committerfunilrys2023-01-08 10:44:41 +0000
commit251206c6e86600d69a8997055a19a4acdcbdea7c (patch)
treef9fe7d0fc19d35284501661f288ee5e6c0ca2d5b
parent41873aef963e0bdf547e9abe71a63985fd6d7afd (diff)
downloadaur-251206c6e86600d69a8997055a19a4acdcbdea7c.tar.gz
Update PyFunceble-dev to v4.2.0a6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122d0d91b1a2..804b0b61b493 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.2.0a5
+ pkgver = 4.2.0a6
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -25,11 +25,11 @@ pkgbase = pyfunceble-dev
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=4.2.0a5
+ provides = pyfunceble=4.2.0a6
conflicts = pyfunceble
- source = https://files.pythonhosted.org/packages/db/83/ca9a6d89f4f0af96fd6781dbb5857a6ac2eb425528ff822dc498fff7f309/PyFunceble-dev-4.2.0a5.tar.gz
+ source = https://files.pythonhosted.org/packages/96/00/d804682911c9e568f6402b545cf07df3a85c96a40775eb83c6364ac940f6/PyFunceble-dev-4.2.0a6.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 64edb03113c2ef6741b4f24e80819364e2d1d3f3fa5e23566522dc6e40ca58f2
+ sha256sums = 4d0282643e4e553b08fb1487e6ce496102213213b3dccc8231a310f9b5a8c936
sha256sums = 4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b
pkgname = pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 3f6fabff618b..3b85fb9c57fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}-dev
_name=${pkgname}
upstreamName="PyFunceble-dev"
-pkgver=4.2.0a5
+pkgver=4.2.0a6
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -35,8 +35,8 @@ depends=(
'python-toml'
'python3'
)
-source=('https://files.pythonhosted.org/packages/db/83/ca9a6d89f4f0af96fd6781dbb5857a6ac2eb425528ff822dc498fff7f309/PyFunceble-dev-4.2.0a5.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE')
-sha256sums=('64edb03113c2ef6741b4f24e80819364e2d1d3f3fa5e23566522dc6e40ca58f2'
+source=('https://files.pythonhosted.org/packages/96/00/d804682911c9e568f6402b545cf07df3a85c96a40775eb83c6364ac940f6/PyFunceble-dev-4.2.0a6.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE')
+sha256sums=('4d0282643e4e553b08fb1487e6ce496102213213b3dccc8231a310f9b5a8c936'
'4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b')
build() {