summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f153138c5dc..f148ea50913c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domains, IPv4, IPv6 or URL.
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
url = https://funilrys.github.io/PyFunceble/
arch = any
license = MIT
@@ -18,11 +18,11 @@ pkgbase = pyfunceble
depends = python-setuptools
depends = python-urllib3
depends = python3
- provides = pyfunceble=3.0.0
+ provides = pyfunceble=3.1.0
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.1.0.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 69a78960edb9dafb10ad74eb63aba821dd6468cdf4777ccb7849633f2642984a
+ sha256sums = a6f507497f8ddbfdf98ac0620aed18f6229225854830d0655fce463148018baa
sha256sums = a11e4be5b3b09e157217214008e7f0e23092d26adb03ad593e51cffe18361508
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 70c730415071..b5724f8757fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
pkgdesc="The tool to check the availability or syntax of domains, IPv4, IPv6 or URL."
arch=('any')
url="https://funilrys.github.io/PyFunceble/"
@@ -32,7 +32,7 @@ source=(
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
sha256sums=(
- "69a78960edb9dafb10ad74eb63aba821dd6468cdf4777ccb7849633f2642984a"
+ "a6f507497f8ddbfdf98ac0620aed18f6229225854830d0655fce463148018baa"
"a11e4be5b3b09e157217214008e7f0e23092d26adb03ad593e51cffe18361508"
)