summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2022-11-25 19:14:51 +0000
committerfunilrys2022-11-25 19:14:51 +0000
commitc471cb9b8c781c7ece342f88305e47d86480fb90 (patch)
tree8ead869c9616bc2bf5ff59a78ac3a04354d7e613
parent5ae4a2729022a3a5f1fa69d00ab3d756e5c0dc5d (diff)
downloadaur-c471cb9b8c781c7ece342f88305e47d86480fb90.tar.gz
Update PyFunceble-dev to v4.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d8d5dd641ca..716182632031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyfunceble-dev
pkgdesc = The tool to check the availability or syntax of domain, IP or URL.
- pkgver = 4.1.3a7
+ pkgver = 4.1.3
pkgrel = 1
url = https://pyfunceble.github.io
arch = any
@@ -25,11 +25,11 @@ pkgbase = pyfunceble-dev
depends = python-sqlalchemy
depends = python-toml
depends = python3
- provides = pyfunceble=4.1.3a7
+ provides = pyfunceble=4.1.3
conflicts = pyfunceble
- source = https://files.pythonhosted.org/packages/28/88/142da10e8c9737648828996b7c972fda0a92aa4b7f07d0fc9b4b3635efa7/PyFunceble-dev-4.1.3a7.tar.gz
+ source = https://files.pythonhosted.org/packages/fa/b5/d8e2b147d5760dc8d50e733542d37c0216e303ffaae030cbcef7ee7ef7d9/PyFunceble-dev-4.1.3.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE
- sha256sums = 3e65d92db62417337ea35de46a378b5b6d6c4d26110eb57da6996650f7fe9aec
+ sha256sums = 667e556e0a9b6d0f46b0bf4ea6528b1fef349669fa17ff5d0916c8b784b87bee
sha256sums = 4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b
pkgname = pyfunceble-dev
diff --git a/PKGBUILD b/PKGBUILD
index 1af1f1dd6ee0..9faac7f8114e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _appName="pyfunceble"
pkgname=${_appName}-dev
_name=${pkgname}
upstreamName="PyFunceble-dev"
-pkgver=4.1.3a7
+pkgver=4.1.3
pkgrel=1
pkgdesc="The tool to check the availability or syntax of domain, IP or URL."
arch=('any')
@@ -35,8 +35,8 @@ depends=(
'python-toml'
'python3'
)
-source=('https://files.pythonhosted.org/packages/28/88/142da10e8c9737648828996b7c972fda0a92aa4b7f07d0fc9b4b3635efa7/PyFunceble-dev-4.1.3a7.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE')
-sha256sums=('3e65d92db62417337ea35de46a378b5b6d6c4d26110eb57da6996650f7fe9aec'
+source=('https://files.pythonhosted.org/packages/fa/b5/d8e2b147d5760dc8d50e733542d37c0216e303ffaae030cbcef7ee7ef7d9/PyFunceble-dev-4.1.3.tar.gz' 'https://raw.githubusercontent.com/funilrys/PyFunceble/dev/LICENSE')
+sha256sums=('667e556e0a9b6d0f46b0bf4ea6528b1fef349669fa17ff5d0916c8b784b87bee'
'4709994873033ba7bdbbc1bf12cfff093cc074e0dfb28c64b2a80a115916a41b')
build() {