summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-07-02 14:36:33 -0400
committerTed Alff2021-07-02 14:36:33 -0400
commitf8f9e56b5defeb56056d6ed254f7a102924d64c2 (patch)
treef410eee219b94167b42c2cf9e65f50dfd876ede0
parentdb0fcf6dc2c4bfca1083bfbb893bd96a7c3b94e0 (diff)
downloadaur-f8f9e56b5defeb56056d6ed254f7a102924d64c2.tar.gz
Version bump 1.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4958f7f1b6bf..d6c8b668227b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python2-polib
pkgdesc = A library to manipulate gettext files
- pkgver = 1.1.0
- pkgrel = 4
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://pypi.python.org/pypi/polib
arch = any
license = MIT
makedepends = python2-setuptools
depends = python2
- source = python2-polib-1.1.0.tar.gz::https://pypi.io/packages/source/p/polib/polib-1.1.0.tar.gz
- sha256sums = fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a
+ source = python2-polib-1.1.1.tar.gz::https://pypi.io/packages/source/p/polib/polib-1.1.1.tar.gz
+ sha256sums = e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa
pkgname = python2-polib
-
diff --git a/PKGBUILD b/PKGBUILD
index b0e5858b1434..f403b28acd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=python2-polib
pkgname=('python2-polib')
_pkgname=polib
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.1.1
+pkgrel=1
pkgdesc='A library to manipulate gettext files'
url='https://pypi.python.org/pypi/polib'
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python2')
makedepends=('python2-setuptools')
source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a')
+sha256sums=('e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"