summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2021-07-02 14:36:33 -0400
committerTed Alff2021-07-02 14:36:33 -0400
commitf8f9e56b5defeb56056d6ed254f7a102924d64c2 (patch)
treef410eee219b94167b42c2cf9e65f50dfd876ede0 /PKGBUILD
parentdb0fcf6dc2c4bfca1083bfbb893bd96a7c3b94e0 (diff)
downloadaur-f8f9e56b5defeb56056d6ed254f7a102924d64c2.tar.gz
Version bump 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"