summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24afc1d48d59..7d1835b3b74b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plural
pkgdesc = Python function that returns the needed variation of a word.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kynikos/lib.py.plural
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d092704e0a56..04d6aec5e1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-plural'
pkgver='1.0.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Python function that returns the needed variation of a word."
arch=('any')
url="https://github.com/kynikos/lib.py.plural"