summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2020-06-15 16:33:04 +0200
committerfunilrys2020-06-15 16:33:04 +0200
commit9d627eaaaf074322bcba186784751a873a612251 (patch)
treefa95d8d36c556a8572222550e7e9c6680b6d29bc
parentc89e8d529c197ab68bb2d4ccc184d6c38d0ff32c (diff)
downloadaur-9d627eaaaf074322bcba186784751a873a612251.tar.gz
Update domain2idna to v1.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 542af717424b..9fb8ba697bfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = domain2idna
- pkgdesc = The tool to convert domains the famous IDNA format.
- pkgver = 1.9.1
+ pkgdesc = The tool to convert a domain or a file with a list of domain to the famous IDNA format.
+ pkgver = 1.11.0
pkgrel = 2
url = https://github.com/funilrys/domain2idna
arch = any
@@ -9,10 +9,10 @@ pkgbase = domain2idna
depends = python-distribute
depends = python-setuptools
depends = python-colorama
- source = https://files.pythonhosted.org/packages/source/d/domain2idna/domain2idna-1.9.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/d/domain2idna/domain2idna-1.11.0.tar.gz
source = https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE
- sha256sums = 150f566a2b0362b5c4c04cf1e4e4c9077364cd4864f099d372251438e1b8e0b3
- sha256sums = 38cf10645c6571b1c3ce266b19763ad95f11023947ef40251f62558483a026c7
+ sha256sums = 975a69015a181e6cbbe16aff8699c39908086cae3514e1b350c07c41a7eef0d0
+ sha256sums = 08c0daa67e227be62d082aa48d00e990e1192791291293ba683cec88151c6820
pkgname = domain2idna
diff --git a/PKGBUILD b/PKGBUILD
index d3491399da80..7479d42ea506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=domain2idna
_name=${pkgname#}
-pkgver=1.9.1
+pkgver=1.11.0
pkgrel=2
-pkgdesc="The tool to convert domains the famous IDNA format."
+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"
license=('MIT')
@@ -19,8 +19,8 @@ source=(
"https://raw.githubusercontent.com/PyFunceble/domain2idna/master/LICENSE"
)
sha256sums=(
- "150f566a2b0362b5c4c04cf1e4e4c9077364cd4864f099d372251438e1b8e0b3"
- "38cf10645c6571b1c3ce266b19763ad95f11023947ef40251f62558483a026c7"
+ "975a69015a181e6cbbe16aff8699c39908086cae3514e1b350c07c41a7eef0d0"
+ "08c0daa67e227be62d082aa48d00e990e1192791291293ba683cec88151c6820"
)
build() {