summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2015-10-03 11:42:01 +0800
committerDario Giovannetti2015-10-03 11:42:01 +0800
commit7119c4e24358e7739a78cde1646baa1ee99fd09e (patch)
tree756635247407b9807543a3303c8bae2dc2343da5
parent96ae29eb2097f5e6e5f132a23bd09cb773aa9742 (diff)
downloadaur-7119c4e24358e7739a78cde1646baa1ee99fd09e.tar.gz
Rebuild for Python 3.5
-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"