summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-07 11:06:54 +0100
committerPhilip Goto2021-12-07 11:06:54 +0100
commit606ccffa55e844f6893b1bdd10dd5b33ceb5c9a9 (patch)
tree15fa000013c37ee8aef9a387586d736d429b2193
parent54e79ec90131ad6fef58d81b50d3e207013a5da4 (diff)
downloadaur-606ccffa55e844f6893b1bdd10dd5b33ceb5c9a9.tar.gz
Update to 1.3.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57b4a9bdc74d..fb8963df97b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-plac
pkgdesc = The smartest command line arguments parser in the world
- pkgver = 1.3.3
+ pkgver = 1.3.4
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.3.tar.gz
- sha256sums = 51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74
+ source = https://files.pythonhosted.org/packages/source/p/plac/plac-1.3.4.tar.gz
+ sha256sums = c91a4c9f9cc67c7e7213b6823b0ea15cd0afe5eaf8f8dda1fe5cb10192b137f5
pkgname = python-plac
-
diff --git a/PKGBUILD b/PKGBUILD
index c8813d963002..316dfbdff63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_pkgname=plac
pkgname=python-${_pkgname}
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
-pkgdesc="The smartest command line arguments parser in the world"
-url="https://pypi.org/project/plac/"
+pkgdesc='The smartest command line arguments parser in the world'
+url='https://pypi.org/project/plac/'
depends=(python)
makedepends=(python-setuptools)
license=(BSD)
arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('51e332dabc2aed2cd1f038be637d557d116175101535f53eaa7ae854a00f2a74')
+sha256sums=('c91a4c9f9cc67c7e7213b6823b0ea15cd0afe5eaf8f8dda1fe5cb10192b137f5')
build() {