summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-12-08 20:31:42 -0300
committerRafael Fontenelle2020-12-08 20:31:42 -0300
commit0672547a8ebbb87d671acc1eb1ddb1c4c0ba4fab (patch)
treea911914c5f518bc2fa56c28dca93c9ed9e065640
parent72b316515292fe74fa16fdb342358ffee6e6210c (diff)
downloadaur-0672547a8ebbb87d671acc1eb1ddb1c4c0ba4fab.tar.gz
Call rebuild for Python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3cd3708c6d..dfa03127288b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gettext
pkgdesc = Python implementation of Gettext
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/python-gettext/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 159358684cc1..150eb733e44b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-gettext
pkgname=('python-gettext' 'python2-gettext')
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python implementation of Gettext"
arch=('any')
url="https://pypi.org/project/python-gettext/"