summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4fc3c24f434..25748585f7fc 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 = 2
+ pkgrel = 3
url = https://github.com/redvasily/isounidecode
arch = any
license = BSD 3-Clause
@@ -11,4 +11,3 @@ pkgbase = python-isounidecode
sha256sums = 4db0a962c6341826c9a69acaabc2f923a5b124d53a335be892ef29173bc31c5b
pkgname = python-isounidecode
-
diff --git a/PKGBUILD b/PKGBUILD
index 8a7350915eb1..8d6bd36b0532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-isounidecode
_name=${pkgname#python-}
pkgver=0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Conversion and transliteration of unicode into ascii or iso-8859-1"
arch=('any')
url="https://github.com/redvasily/isounidecode"