summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-02-23 02:20:21 +0100
committerfunilrys2019-02-23 02:20:21 +0100
commitffc02aac745bc76ca93e3dbe675661fd75bb5d08 (patch)
tree2160af5b9a89569359eaea3c4553f6b83c7de7bc
parent9b2c6da70cc38c803911580d4ee11804ac62c6c8 (diff)
downloadaur-ffc02aac745bc76ca93e3dbe675661fd75bb5d08.tar.gz
Update python-pyfunceble-dev to v1.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05bdecaa0bb5..d8f7b502495c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfunceble-dev
pkgdesc = The tool to check the availability or syntax of domains, IPv4 or URL.
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://funilrys.github.io/PyFunceble/
arch = any
@@ -15,9 +15,9 @@ pkgbase = python-pyfunceble-dev
depends = python-domain2idna
provides = pyfunceble
conflicts = python-pyfunceble
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-1.14.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-1.14.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 22c7e6f63e8959167fca43c9dd5c40da7b00fef6d833ac86325b07a561432e26
+ sha256sums = cc8c737a5b06b73f89c80aabceeb25add8c05803e2e9641ea878a93710f3be93
sha256sums = b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 12092fc5cbe3..475178afe363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
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/dev/LICENSE"
)
sha256sums=(
- "22c7e6f63e8959167fca43c9dd5c40da7b00fef6d833ac86325b07a561432e26"
+ "cc8c737a5b06b73f89c80aabceeb25add8c05803e2e9641ea878a93710f3be93"
"b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4"
)