summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2022-10-04 19:38:34 +0000
committerfunilrys2022-10-04 19:38:34 +0000
commit472e6e7ec29090b138cbff68270b96d095700918 (patch)
treecddfa188494e17cc00cd2849bf3518d35fccd7ed
parentb595d6074b3ca71c7934b9c2db889658ce1a6f60 (diff)
downloadaur-472e6e7ec29090b138cbff68270b96d095700918.tar.gz
Update PyFunceble to v4.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5224a17aee..4d2db8c51a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
- pkgver = 4.1.0
- pkgrel = 2
+ pkgver = 4.1.2
+ pkgrel = 1
url = https://pyfunceble.github.io
arch = any
license = Apache 2.0
@@ -25,11 +25,11 @@ pkgbase = pyfunceble
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=4.1.0
+ provides = pyfunceble=4.1.2
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/e0/39/4044f16cb3b7fb1a569ff932efb4fc8f31f16628d05b8e5c83eae1b03359/PyFunceble-4.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/19/9c/c42f46bbcf9fe27b241ea9f0573faeb02794b64367fc327d0ccf74f1c71f/PyFunceble-4.1.2.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 654ed251105f0599e3cab517a3b6005ce0f69241be0634b4bb28d04c63489edf
+ sha256sums = 66bba83ece92f6a1f1b869cd4a68d1bb5249448bfc3b3824d62575d176cac3c5
sha256sums = 4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 2a265c7fc7ec..650cbd842aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
url="https://pyfunceble.github.io"
@@ -34,8 +34,8 @@ depends=(
'python-toml'
'python3'
)
-source=('https://files.pythonhosted.org/packages/e0/39/4044f16cb3b7fb1a569ff932efb4fc8f31f16628d05b8e5c83eae1b03359/PyFunceble-4.1.0.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE')
-sha256sums=('654ed251105f0599e3cab517a3b6005ce0f69241be0634b4bb28d04c63489edf'
+source=('https://files.pythonhosted.org/packages/19/9c/c42f46bbcf9fe27b241ea9f0573faeb02794b64367fc327d0ccf74f1c71f/PyFunceble-4.1.2.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE')
+sha256sums=('66bba83ece92f6a1f1b869cd4a68d1bb5249448bfc3b3824d62575d176cac3c5'
'4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b')
build() {