summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-03-24 14:12:50 +0100
committerPhilip Goto2021-03-24 14:12:50 +0100
commit54e79ec90131ad6fef58d81b50d3e207013a5da4 (patch)
tree4efd350f124bf54683a905870635c794ef4fb104
parent843c87f120802394ca6dbe3d3cd3f15f76ef0497 (diff)
downloadaur-54e79ec90131ad6fef58d81b50d3e207013a5da4.tar.gz
Update to 1.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ae21279520..57b4a9bdc74d 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.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://pypi.org/project/plac/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/plac/plac-1.3.2.tar.gz
- sha256sums = d598bc4b549282ec3a1fde40ddc4a273e051237b5aa70c44f572306a13c651e8
+ source = https://files.pythonhosted.org/packages/source/p/plac/plac-1.3.3.tar.gz
+ sha256sums = 51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74
pkgname = python-plac
diff --git a/PKGBUILD b/PKGBUILD
index 0659651163dc..c8813d963002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=plac
pkgname=python-${_pkgname}
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="The smartest command line arguments parser in the world"
url="https://pypi.org/project/plac/"
@@ -12,7 +12,7 @@ makedepends=(python-setuptools)
license=(BSD)
arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('d598bc4b549282ec3a1fde40ddc4a273e051237b5aa70c44f572306a13c651e8')
+sha256sums=('51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74')
build() {