summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2022-09-10 21:01:46 +0200
committerfunilrys2022-09-10 21:01:46 +0200
commit75e033237a54cda915e29ed8caf84bd5ff2c8e02 (patch)
tree48798b1c306f15ac33290868418a838c6b01869c /PKGBUILD
parentf8ea9d918e99f011a170b768ea940b10dac27efb (diff)
downloadaur-domain2idna.tar.gz
Fix issue with LICENSE checksum.
This patch fixes funilrys/PyFunceble#302. Contributors: * @ZeroDot1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1888d6b2843..fc3043071876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=domain2idna
_name=${pkgname#}
pkgver=1.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="The tool to convert a domain or a file with a list of domain to the famous IDNA format."
arch=('any')
url="https://github.com/funilrys/domain2idna"
@@ -18,10 +18,8 @@ source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE"
)
-sha256sums=(
- "7f45b4de5ae261b23270b7f980c2600cd306fa570d4ade9e5935f965327bba2d"
- "08c0daa67e227be62d082aa48d00e990e1192791291293ba683cec88151c6820"
-)
+sha256sums=('7f45b4de5ae261b23270b7f980c2600cd306fa570d4ade9e5935f965327bba2d'
+ '87fb21807b1c4f1d32217ef2be569be5cf8c16cecac5fd34eecbc07810881583')
build() {
cd ${srcdir}/${_name}-${pkgver}