summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2023-05-29 10:08:50 +0000
committerfunilrys2023-05-29 10:08:50 +0000
commit3f9cd417d07016eca4ee162ed4e74a3a35dddf8f (patch)
tree35e6aa989ccbf935c998fb42d6c1dc3ad001d30b
parent33be975830143c094dbbc0d7df0fd412cd55268b (diff)
downloadaur-pyfunceble.tar.gz
Update PyFunceble to v4.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55d5de7d7ce..24c62b6ea765 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 = 4.1.3
+ pkgver = 4.2.0
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -25,11 +25,11 @@ pkgbase = pyfunceble
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=4.1.3
+ provides = pyfunceble=4.2.0
conflicts = pyfunceble-dev
- source = https://files.pythonhosted.org/packages/c6/bf/0261383aba2bc94288f77f6c936ac18e536f937b4941f4c55220a36b45ca/PyFunceble-4.1.3.tar.gz
+ source = https://files.pythonhosted.org/packages/13/35/bbbaaa8cfd1f0ee663fcb92529d113f5aa4a691fa8378ba39d5e90344924/PyFunceble-4.2.0.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
- sha256sums = 267339e662a2497cc53f466f97d5d469555fe27e9ad87d8d633a81624fe1bf37
- sha256sums = 4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b
+ sha256sums = 00d74657332a425fafdc13e4bb636ea703584daded2b75248f8b58f509fe8acb
+ sha256sums = 0fccbd3165a49d240880baac5fdc2fa448189034a217f2f17ce5ce4f64562224
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 0ac7246ceb74..ad13fc036cf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
-pkgver=4.1.3
+pkgver=4.2.0
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -34,9 +34,9 @@ depends=(
'python-toml'
'python3'
)
-source=('https://files.pythonhosted.org/packages/c6/bf/0261383aba2bc94288f77f6c936ac18e536f937b4941f4c55220a36b45ca/PyFunceble-4.1.3.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE')
-sha256sums=('267339e662a2497cc53f466f97d5d469555fe27e9ad87d8d633a81624fe1bf37'
- '4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b')
+source=('https://files.pythonhosted.org/packages/13/35/bbbaaa8cfd1f0ee663fcb92529d113f5aa4a691fa8378ba39d5e90344924/PyFunceble-4.2.0.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE')
+sha256sums=('00d74657332a425fafdc13e4bb636ea703584daded2b75248f8b58f509fe8acb'
+ '0fccbd3165a49d240880baac5fdc2fa448189034a217f2f17ce5ce4f64562224')
build() {
cd ${srcdir}/${upstreamName}-${pkgver}