summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-06-13 11:04:54 +0200
committerfunilrys2021-06-13 11:04:54 +0200
commit88c9b8323716f66bd2de1e9022a5b52d79ee9e4c (patch)
treea96e39572a2f902c8f286dab978eec0d7df1c9bb
parentea84b614c5a9725f858a6b4ac0ee474e88cc752e (diff)
downloadaur-88c9b8323716f66bd2de1e9022a5b52d79ee9e4c.tar.gz
Update pyfunceble to v3.3.9
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f47af10129..10382cb1fa22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
- pkgver = 3.3.3
+ pkgver = 3.3.9
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -23,12 +23,11 @@ pkgbase = pyfunceble
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=3.3.3
+ provides = pyfunceble=3.3.9
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.3.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-3.3.9.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = e8e115642981afc43867d04465260a53c4ca3a0c5d4201da57688bbc295c8f50
- sha256sums = 2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48
+ sha256sums = 28d301c73509a441a990220c85f001ddf3483d8bd4503b80f841c7db536abac3
+ sha256sums = 69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d
pkgname = pyfunceble
-
diff --git a/PKGBUILD b/PKGBUILD
index f2353b7b3a97..8ff5adb3c969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=3.3.3
+pkgver=3.3.9
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -36,10 +36,8 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${upstreamName}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE"
)
-sha256sums=(
- "e8e115642981afc43867d04465260a53c4ca3a0c5d4201da57688bbc295c8f50"
- "2b8dc0c3f5c9a4042778b31496a0bf65f1aa6a516afa556d3d9426dbe2a92d48"
-)
+sha256sums=('28d301c73509a441a990220c85f001ddf3483d8bd4503b80f841c7db536abac3'
+ '69e9c471f1cd9c0dd18f32588c8fffa81f53c54d8d04a1af8603e50a8d35e19d')
build() {
cd ${srcdir}/${upstreamName}-${pkgver}