summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-06-22 19:30:07 +0200
committerfunilrys2019-06-22 19:30:07 +0200
commit335e8b840d662ccd334091970f1b90b2edc543cd (patch)
tree54a2b3debb852367157700c32ae70531c59f872b
parent542171289e563c0e8804471d30c4af7903248b41 (diff)
downloadaur-335e8b840d662ccd334091970f1b90b2edc543cd.tar.gz
Fix license checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02d3dbe89caa..2dc56ddcf9f0 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.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://funilrys.github.io/PyFunceble/
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = pyfunceble
source = https://files.pythonhosted.org/packages/source/p/pyfunceble/PyFunceble-2.0.0.tar.gz
source = https://raw.githubusercontent.com/funilrys/PyFunceble/master/LICENSE
sha256sums = 9a22bc348a86e8fba0e7ef0406198741d051cb6e161b289ad28209665b842f58
- sha256sums = b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4
+ sha256sums = f03d3823524595a13999f7f0805b4189805e60a620175dc71e89ead03495c49f
pkgname = pyfunceble
diff --git a/PKGBUILD b/PKGBUILD
index 67c5037b4237..87382d416279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_appName}
_name=${pkgname}
upstreamName="PyFunceble"
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="The tool to check the availability or syntax of domains, IPv4 or URL."
arch=('any')
url="https://funilrys.github.io/PyFunceble/"
@@ -28,7 +28,7 @@ source=(
)
sha256sums=(
"9a22bc348a86e8fba0e7ef0406198741d051cb6e161b289ad28209665b842f58"
- "b6f0b000fe7b60a2d6d8b31454d705d928c6ffa8783722ba5c0419dd2c9084e4"
+ "f03d3823524595a13999f7f0805b4189805e60a620175dc71e89ead03495c49f"
)
build() {