summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-11-17 12:05:47 +0100
committerfunilrys2019-11-17 12:05:47 +0100
commit0a1b8db43d943906fc88c169e1134a385a4debd6 (patch)
tree674452771397941a130d72347abe1b4c9279676e
parentc54f144786e4032b799b53a3839e9638ab6db0fb (diff)
downloadaur-0a1b8db43d943906fc88c169e1134a385a4debd6.tar.gz
Python 3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c79f2db8ba..350a3b423ee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyfunceble
pkgdesc = The tool to check the availability or syntax of domains, IPv4 or URL.
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://funilrys.github.io/PyFunceble/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 55c011b0a9b8..f1d1329c34a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="The tool to check the availability or syntax of domains, IPv4 or URL."
arch=('any')
url="https://funilrys.github.io/PyFunceble/"