summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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}"