summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaiko2k2020-12-02 21:26:28 +1300
committerTaiko2k2020-12-02 21:26:28 +1300
commit9c7baed0b6c82aec9b3cc28a74010dc1db0daec6 (patch)
treeb646739e08b45514dd03d3acefe30b2b1f668bcd
parent937c9c860f35c44e729e7cc8298cd23f0b28ac94 (diff)
downloadaur-9c7baed0b6c82aec9b3cc28a74010dc1db0daec6.tar.gz
bump for python upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a57290c572cc..a4fc3c24f434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-isounidecode
pkgdesc = Conversion and transliteration of unicode into ascii or iso-8859-1
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/redvasily/isounidecode
arch = any
license = BSD 3-Clause
diff --git a/PKGBUILD b/PKGBUILD
index 89379966c0e6..8a7350915eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-isounidecode
_name=${pkgname#python-}
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Conversion and transliteration of unicode into ascii or iso-8859-1"
arch=('any')
url="https://github.com/redvasily/isounidecode"