summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-06-24 22:13:30 +0200
committerfunilrys2019-06-24 22:13:30 +0200
commitc54f144786e4032b799b53a3839e9638ab6db0fb (patch)
tree9897f55239879cadf6b1c1d79a29dc16a751a802
parent335e8b840d662ccd334091970f1b90b2edc543cd (diff)
downloadaur-c54f144786e4032b799b53a3839e9638ab6db0fb.tar.gz
Update of PyFunceble to v2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc56ddcf9f0..16c79f2db8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domains, IPv4 or URL.
- pkgver = 2.0.0
+ pkgver = 2.2.0
pkgrel = 2
url = https://funilrys.github.io/PyFunceble/
arch = any
@@ -13,11 +13,11 @@ pkgbase = pyfunceble
depends = python-urllib3
depends = python-requests
depends = domain2idna
- provides = pyfunceble=2.0.0
+ provides = pyfunceble=2.2.0
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-2.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-2.2.0.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 9a22bc348a86e8fba0e7ef0406198741d051cb6e161b289ad28209665b842f58
+ sha256sums = 0723af172bb6ec6a6e7197b5dc1285360e5edeef93f1d621078e62058501200b
sha256sums = f03d3823524595a13999f7f0805b4189805e60a620175dc71e89ead03495c49f
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 87382d416279..55c011b0a9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=2.0.0
+pkgver=2.2.0
pkgrel=2
pkgdesc="The tool to check the availability or syntax of domains, IPv4 or URL."
arch=('any')
@@ -27,7 +27,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
sha256sums=(
- "9a22bc348a86e8fba0e7ef0406198741d051cb6e161b289ad28209665b842f58"
+ "0723af172bb6ec6a6e7197b5dc1285360e5edeef93f1d621078e62058501200b"
"f03d3823524595a13999f7f0805b4189805e60a620175dc71e89ead03495c49f"
)