summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-01-13 12:13:51 +0100
committerPhilip Goto2021-01-13 12:13:51 +0100
commit22f1579f3bf202abd2a839b33083ec489a221931 (patch)
tree8e16abf46cf946d2d6d8965acd1fb71db3f7788e
parent7ecf853f621ba82f19b882d9a5d859bb6d111d41 (diff)
downloadaur-22f1579f3bf202abd2a839b33083ec489a221931.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 839a1005bbe3..e8d2c6669f95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-plac
pkgdesc = The smartest command line arguments parser in the world
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://pypi.org/project/plac/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/7c/c0/404e96279ab563a98ca9fe9b7e1dfdd06e3f5ef26af965d62f706385c3bf/plac-1.3.0.tar.gz
- sha256sums = 2e6422d966ca2cbe30353ad13f1c44fddfa71f8445fb54fff0169d3c982101be
+ source = https://files.pythonhosted.org/packages/a3/86/ef1da1b9ad0616d07e71c24eef29d56e4d0ec2fbd38e9bcf9eaacaf65342/plac-1.3.1.tar.gz
+ sha256sums = 9ebe589ae371c0f863848cebffbfa1394e814a9b8b5a5a42ea373572d29d856d
pkgname = python-plac
diff --git a/PKGBUILD b/PKGBUILD
index dc99b97fc701..b3b35e38221e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Gonzalez <rymg19@gmail.com>
pkgname=python-plac
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="The smartest command line arguments parser in the world"
url="https://pypi.org/project/plac/"
@@ -10,8 +10,8 @@ depends=(python)
makedepends=(python-setuptools)
license=(BSD)
arch=(any)
-source=("https://files.pythonhosted.org/packages/7c/c0/404e96279ab563a98ca9fe9b7e1dfdd06e3f5ef26af965d62f706385c3bf/plac-1.3.0.tar.gz")
-sha256sums=('2e6422d966ca2cbe30353ad13f1c44fddfa71f8445fb54fff0169d3c982101be')
+source=("https://files.pythonhosted.org/packages/a3/86/ef1da1b9ad0616d07e71c24eef29d56e4d0ec2fbd38e9bcf9eaacaf65342/plac-1.3.1.tar.gz")
+sha256sums=('9ebe589ae371c0f863848cebffbfa1394e814a9b8b5a5a42ea373572d29d856d')
build() {