summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2022-09-10 21:01:46 +0200
committerfunilrys2022-09-10 21:01:46 +0200
commit75e033237a54cda915e29ed8caf84bd5ff2c8e02 (patch)
tree48798b1c306f15ac33290868418a838c6b01869c
parentf8ea9d918e99f011a170b768ea940b10dac27efb (diff)
downloadaur-domain2idna.tar.gz
Fix issue with LICENSE checksum.
This patch fixes funilrys/PyFunceble#302. Contributors: * @ZeroDot1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a943a7a61df7..57737c3764e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = domain2idna
pkgdesc = The tool to convert a domain or a file with a list of domain to the famous IDNA format.
pkgver = 1.12.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/funilrys/domain2idna
arch = any
license = MIT
@@ -12,7 +12,6 @@ pkgbase = domain2idna
source = https://files.pythonhosted.org/packages/source/d/domain2idna/domain2idna-1.12.0.tar.gz
source = https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE
sha256sums = 7f45b4de5ae261b23270b7f980c2600cd306fa570d4ade9e5935f965327bba2d
- sha256sums = 08c0daa67e227be62d082aa48d00e990e1192791291293ba683cec88151c6820
+ sha256sums = 87fb21807b1c4f1d32217ef2be569be5cf8c16cecac5fd34eecbc07810881583
pkgname = domain2idna
-
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}