summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2023-03-06 09:04:27 -0500
committerTed Alff2023-03-06 09:04:27 -0500
commita834bce4291afcfe1733fce3aadca048e4740d17 (patch)
tree6832e6c6403f319fb9c41a354504632c5b13dc1c /PKGBUILD
parent5c481f267c6afb30e0efe1c1e17b931776bf32be (diff)
downloadaur-python2-polib.tar.gz
Version bump 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a91ac5a95728..3ed1ab9839d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twa022 <twa022 at gmail dot com>
# Contributor: Esteban V. Carnevale <alfplayer@mailoo.com>
-pkgbase=python-polib
+pkgbase=python2-polib
pkgname=('python2-polib')
_pkgname=polib
pkgver=1.2.0
@@ -12,7 +12,7 @@ arch=('any')
license=('MIT')
depends=('python2')
makedepends=('python2-setuptools')
-source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+source=("${pkgbase/2/}-${pkgver}.tar.gz::https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('f3ef94aefed6e183e342a8a269ae1fc4742ba193186ad76f175938621dbfc26b')
build() {