summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-02-22 10:02:33 +0100
committerPhilip Goto2021-02-22 10:02:33 +0100
commit843c87f120802394ca6dbe3d3cd3f15f76ef0497 (patch)
treea60ddea1043531581a3b7595691c59d57f9bebba
parent22f1579f3bf202abd2a839b33083ec489a221931 (diff)
downloadaur-843c87f120802394ca6dbe3d3cd3f15f76ef0497.tar.gz
Update to 1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d2c6669f95..b8ae21279520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-plac
pkgdesc = The smartest command line arguments parser in the world
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://pypi.org/project/plac/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/a3/86/ef1da1b9ad0616d07e71c24eef29d56e4d0ec2fbd38e9bcf9eaacaf65342/plac-1.3.1.tar.gz
- sha256sums = 9ebe589ae371c0f863848cebffbfa1394e814a9b8b5a5a42ea373572d29d856d
+ source = https://files.pythonhosted.org/packages/source/p/plac/plac-1.3.2.tar.gz
+ sha256sums = d598bc4b549282ec3a1fde40ddc4a273e051237b5aa70c44f572306a13c651e8
pkgname = python-plac
diff --git a/PKGBUILD b/PKGBUILD
index b3b35e38221e..0659651163dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
# Contributor: Ryan Gonzalez <rymg19@gmail.com>
-pkgname=python-plac
-pkgver=1.3.1
+_pkgname=plac
+pkgname=python-${_pkgname}
+pkgver=1.3.2
pkgrel=1
pkgdesc="The smartest command line arguments parser in the world"
url="https://pypi.org/project/plac/"
@@ -10,8 +11,8 @@ depends=(python)
makedepends=(python-setuptools)
license=(BSD)
arch=(any)
-source=("https://files.pythonhosted.org/packages/a3/86/ef1da1b9ad0616d07e71c24eef29d56e4d0ec2fbd38e9bcf9eaacaf65342/plac-1.3.1.tar.gz")
-sha256sums=('9ebe589ae371c0f863848cebffbfa1394e814a9b8b5a5a42ea373572d29d856d')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('d598bc4b549282ec3a1fde40ddc4a273e051237b5aa70c44f572306a13c651e8')
build() {