summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-03-06 09:02:59 -0500
committerTed Alff2023-03-06 09:02:59 -0500
commit5c481f267c6afb30e0efe1c1e17b931776bf32be (patch)
tree48854755d27c99f6298de91cec38d7f7edb72893
parentf8f9e56b5defeb56056d6ed254f7a102924d64c2 (diff)
downloadaur-5c481f267c6afb30e0efe1c1e17b931776bf32be.tar.gz
Version bump 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c8b668227b..90ad2b67440f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-pkgbase = python2-polib
+pkgbase = python-polib
pkgdesc = A library to manipulate gettext files
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://pypi.python.org/pypi/polib
arch = any
license = MIT
makedepends = python2-setuptools
depends = python2
- source = python2-polib-1.1.1.tar.gz::https://pypi.io/packages/source/p/polib/polib-1.1.1.tar.gz
- sha256sums = e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa
+ source = python-polib-1.2.0.tar.gz::https://pypi.io/packages/source/p/polib/polib-1.2.0.tar.gz
+ sha256sums = f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b
pkgname = python2-polib
diff --git a/PKGBUILD b/PKGBUILD
index f403b28acd6f..a91ac5a95728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: twa022 <twa022 at gmail dot com>
# Contributor: Esteban V. Carnevale <alfplayer@mailoo.com>
-pkgbase=python2-polib
+pkgbase=python-polib
pkgname=('python2-polib')
_pkgname=polib
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc='A library to manipulate gettext files'
url='https://pypi.python.org/pypi/polib'
@@ -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=('e02c355ae5e054912e3b0d16febc56510eff7e49d60bf22aecb463bd2f2a2dfa')
+sha256sums=('f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"