summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-03-31 11:43:45 +0200
committerPhilip Goto2022-03-31 11:43:45 +0200
commitbdba6b002bc3629d5203533d53591250b7059fc0 (patch)
treef77d50dd0652307a25cad2f0ac141f30c5d07d2c
parent606ccffa55e844f6893b1bdd10dd5b33ceb5c9a9 (diff)
downloadaur-python-plac.tar.gz
Update to 1.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb8963df97b0..4f6e5a6cb3d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-plac
pkgdesc = The smartest command line arguments parser in the world
- pkgver = 1.3.4
+ pkgver = 1.3.5
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.4.tar.gz
- sha256sums = c91a4c9f9cc67c7e7213b6823b0ea15cd0afe5eaf8f8dda1fe5cb10192b137f5
+ source = https://files.pythonhosted.org/packages/source/p/plac/plac-1.3.5.tar.gz
+ b2sums = 8c770ea43d94a5fa80fa22f0e1fb6433e7901769315e0ecd9d6889d773e454b428265c3cd43792867dd56757cc6e31dcbda76052b46266878f07e493cf899c14
pkgname = python-plac
diff --git a/PKGBUILD b/PKGBUILD
index 316dfbdff63d..a9e8ab8a3940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
_pkgname=plac
pkgname=python-${_pkgname}
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc='The smartest command line arguments parser in the world'
+arch=(any)
url='https://pypi.org/project/plac/'
+license=(BSD)
depends=(python)
makedepends=(python-setuptools)
-license=(BSD)
-arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('c91a4c9f9cc67c7e7213b6823b0ea15cd0afe5eaf8f8dda1fe5cb10192b137f5')
-
+b2sums=('8c770ea43d94a5fa80fa22f0e1fb6433e7901769315e0ecd9d6889d773e454b428265c3cd43792867dd56757cc6e31dcbda76052b46266878f07e493cf899c14')
build() {
cd "plac-${pkgver}"