summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2019-10-17 20:51:11 -0500
committerRyan Gonzalez2019-10-17 20:51:11 -0500
commit28f81e60c23f4a1a8b319c7444c7cac4bac2bf04 (patch)
treea18335db7390d6db52dee4b3f76bfdda87c485cb
parentfd290d0af5822bb9a6197c6c97cfef2254618549 (diff)
downloadaur-28f81e60c23f4a1a8b319c7444c7cac4bac2bf04.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7778c5328a0f..09b5bc0211ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-plac
pkgdesc = The smartest command line arguments parser in the world
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/micheles/plac
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.org/packages/source/p/plac/plac-1.0.0.tar.gz
- sha256sums = b03f967f535b3bf5a71b191fa5eb09872a5cfb1e3b377efc4138995e10ba36d7
+ source = https://pypi.org/packages/source/p/plac/plac-1.1.0.tar.gz
+ sha256sums = 7c16cfa7422a76b7525fc93d0be5c9c9a2d5250083e80ddac6621edb395dc081
pkgname = python-plac
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 85e5faa9caca..ea08b5b95657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ryan Gonzalez <rymg19@gmail.com>
pkgname=('python-plac' 'python2-plac')
-pkgver=1.0.0
+pkgver=1.1.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=('b03f967f535b3bf5a71b191fa5eb09872a5cfb1e3b377efc4138995e10ba36d7')
+sha256sums=('7c16cfa7422a76b7525fc93d0be5c9c9a2d5250083e80ddac6621edb395dc081')
package_python-plac() {