summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-02-19 21:55:14 +0100
committerfunilrys2019-02-19 21:55:14 +0100
commit669281cfd6b88d366232e7144790e07d7a680d99 (patch)
tree50ca9d985c76ee6b61686e92eeef4139f85c5adf
parent3d62c1c2fc9da294891c030567be35045d8d4f2a (diff)
downloadaur-669281cfd6b88d366232e7144790e07d7a680d99.tar.gz
Update python-pyfunceble-dev to v1.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f9efc859b3..98008a54a207 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.11.2
+ pkgver = 1.12.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.11.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble-dev/PyFunceble-dev-1.12.1.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 701c1b6f1a65366b2333fed61ea4d4842e8e60c11276b6969424696d953917a2
+ sha256sums = 617b0e523356a36397f17cccafdfa623eaf36e7f47fb20d017c89da4103881fc
sha256sums = b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4
pkgname = python-pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 75763690d617..f1a8b0b85f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=python-${_appName}-dev
_name=${pkgname#python-}
upstreamName="PyFunceble-dev"
-pkgver=1.11.2
+pkgver=1.12.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=(
- "701c1b6f1a65366b2333fed61ea4d4842e8e60c11276b6969424696d953917a2"
+ "617b0e523356a36397f17cccafdfa623eaf36e7f47fb20d017c89da4103881fc"
"b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4"
)