summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-02-23 00:34:35 +0100
committerfunilrys2019-02-23 00:34:35 +0100
commit9b2c6da70cc38c803911580d4ee11804ac62c6c8 (patch)
tree8bb33dc14e5a25b5c7661cb03bb35870abb80939
parent669281cfd6b88d366232e7144790e07d7a680d99 (diff)
downloadaur-9b2c6da70cc38c803911580d4ee11804ac62c6c8.tar.gz
Update python-pyfunceble-dev to v1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98008a54a207..05bdecaa0bb5 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.12.1
+ pkgver = 1.14.0
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.12.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-1.14.0.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 617b0e523356a36397f17cccafdfa623eaf36e7f47fb20d017c89da4103881fc
+ sha256sums = 22c7e6f63e8959167fca43c9dd5c40da7b00fef6d833ac86325b07a561432e26
sha256sums = b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index f1a8b0b85f3a..12092fc5cbe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=1.12.1
+pkgver=1.14.0
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=(
- "617b0e523356a36397f17cccafdfa623eaf36e7f47fb20d017c89da4103881fc"
+ "22c7e6f63e8959167fca43c9dd5c40da7b00fef6d833ac86325b07a561432e26"
"b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4"
)