summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-11-17 12:05:09 +0100
committerfunilrys2019-11-17 12:05:09 +0100
commitc89e8d529c197ab68bb2d4ccc184d6c38d0ff32c (patch)
treebbef0d1f7ff2541d2baf1358661150871a61bfbc
parent560991c14c2ebc6a57eb39149666af10f0483553 (diff)
downloadaur-c89e8d529c197ab68bb2d4ccc184d6c38d0ff32c.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 6fff6005fd6f..542af717424b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = domain2idna
pkgdesc = The tool to convert domains the famous IDNA format.
pkgver = 1.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/funilrys/domain2idna
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5ba7cf053f22..d3491399da80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=domain2idna
_name=${pkgname#}
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="The tool to convert domains the famous IDNA format."
arch=('any')
url="https://github.com/funilrys/domain2idna"