summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2019-02-11 15:53:14 -0600
committerRyan Gonzalez2019-02-11 15:53:14 -0600
commitfc041da8fd7a118bb01bc9e39ff1d5c47f276f2d (patch)
tree333cf34e6726c82d747f08f2e5755d0470743010
parentf67de6efa1058e98ddb2cc0e87f69509957a9f47 (diff)
downloadaur-fc041da8fd7a118bb01bc9e39ff1d5c47f276f2d.tar.gz
Update to plac 1.0.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d16b11307a74..85e5faa9caca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ryan Gonzalez <rymg19@gmail.com>
pkgname=('python-plac' 'python2-plac')
-pkgver=0.9.6
+pkgver=1.0.0
pkgrel=1
pkgdesc='The smartest command line arguments parser in the world'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/micheles/plac'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=(https://pypi.org/packages/source/p/plac/plac-$pkgver.tar.gz)
-sha256sums=('ba3f719a018175f0a15a6b04e6cc79c25fd563d348aacd320c3644d2a9baf89b')
+sha256sums=('b03f967f535b3bf5a71b191fa5eb09872a5cfb1e3b377efc4138995e10ba36d7')
package_python-plac() {