summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2021-07-02 14:35:44 -0400
committerTed Alff2021-07-02 14:35:44 -0400
commit5a4ebce9ff81ec718a998ff2f1cd04c5b832631d (patch)
tree7dcca2a8add463cefc2a73550e1d4f079ece22ec
parent915e55efd451acb1d60cf1d46de3b8ef8a41cbff (diff)
downloadaur-5a4ebce9ff81ec718a998ff2f1cd04c5b832631d.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 0846ac2e2ba3..78a5b2bc6f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-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 = python-setuptools
depends = python
- source = python-polib-1.1.0.tar.gz::https://pypi.io/packages/source/p/polib/polib-1.1.0.tar.gz
- sha256sums = fad87d13696127ffb27ea0882d6182f1a9cf8a5e2b37a587751166c51e5a332a
+ source = python-polib-1.1.1.tar.gz::https://pypi.io/packages/source/p/polib/polib-1.1.1.tar.gz
+ sha256sums = e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa
pkgname = python-polib
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ff5ec8891e3..d37cd008d77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=python-polib
pkgname=('python-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=('python')
makedepends=('python-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}"