summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2023-12-20 23:31:41 +0000
committerfunilrys2023-12-20 23:31:41 +0000
commit04ea6eeb28cc290e4a8f10bab67937cf492a17ec (patch)
tree339b1ba5dd20d7258f278f59822e140dd9e40cf2
parentae86481cacaca9acb9dc0c941a45d0a403179333 (diff)
downloadaur-04ea6eeb28cc290e4a8f10bab67937cf492a17ec.tar.gz
Update PyFunceble-dev to v4.2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2518d989b64c..fd298a09053b 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.5
+ pkgver = 4.2.6
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.5
+ provides = pyfunceble=4.2.6
conflicts = pyfunceble
- source = https://files.pythonhosted.org/packages/3c/57/8413790c5728794346450c154d536d4a8adb0e72283b893a8fbcd67371a3/PyFunceble-dev-4.2.5.tar.gz
+ source = https://files.pythonhosted.org/packages/28/80/7d2ab95550a72c02b437ed5935bfb48d350f8aca4db789884dfbf33e4bc4/PyFunceble-dev-4.2.6.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = c7e98ed96e2b8de4f66e30b22815c20a24e1f6594f8fcc022a03f4f257971822
+ sha256sums = 9d532260769737c8fc1d5df5d8556e24cfd974ef17e8fd4dc1c90638dc162d62
sha256sums = 4e879e1bb6dc7898938f5cb6d9396183960bd91df5b021bce25d42b23f56bd2c
pkgname = pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 035a480121ce..11f8fae25f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}-dev
_name=${pkgname}
upstreamName="PyFunceble-dev"
-pkgver=4.2.5
+pkgver=4.2.6
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/3c/57/8413790c5728794346450c154d536d4a8adb0e72283b893a8fbcd67371a3/PyFunceble-dev-4.2.5.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE')
-sha256sums=('c7e98ed96e2b8de4f66e30b22815c20a24e1f6594f8fcc022a03f4f257971822'
+source=('https://files.pythonhosted.org/packages/28/80/7d2ab95550a72c02b437ed5935bfb48d350f8aca4db789884dfbf33e4bc4/PyFunceble-dev-4.2.6.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE')
+sha256sums=('9d532260769737c8fc1d5df5d8556e24cfd974ef17e8fd4dc1c90638dc162d62'
'4e879e1bb6dc7898938f5cb6d9396183960bd91df5b021bce25d42b23f56bd2c')
build() {