summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-04-26 08:30:35 +1000
committerAndy Botting2020-04-26 08:30:35 +1000
commit31f8b38219562cab1a08eaacc20eeb3189e55a53 (patch)
treeec4f363ea9609261906346c7e56c92b7eb438adb
parent8bf521c4731e14fb0d12640e976766d8038b03e9 (diff)
downloadaur-31f8b38219562cab1a08eaacc20eeb3189e55a53.tar.gz
Update to v2.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac0c5347239..f14d17863256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
- pkgver = 2.0.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-futurist
depends = python-monotonic
depends = python-prettytable
depends = python-wheel
- source = https://github.com/openstack/futurist/archive/2.0.0.tar.gz
- sha512sums = 426d8ff946a9681472741c1065a22239f207987d927f95bcb90b41af746e9512b6ed0f9f7cd4d1bc54db8453fefa3723f5a38e2132620c7dc48dac24ee2a595c
+ source = https://github.com/openstack/futurist/archive/2.1.1.tar.gz
+ sha512sums = 5bc12a2e7c9657ba09b1ce3f527cec810fc8b1dbc8ebc1eeb73a730d19d1165f8d8325051bdc4a31c58ab79492699302a6749670e5c3f35be7d7fe9ecac73ff2
pkgname = python-futurist
diff --git a/PKGBUILD b/PKGBUILD
index 2a07f999dcc4..102bb620a1a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver='2.0.0'
+pkgver='2.1.1'
pkgrel='1'
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-pbr' 'python-six' 'python-monotonic' 'python-prettytable'
checkdepends=('python-eventlet' 'python-oslotest' 'python-testrepository'
'python-testscenarios' 'python-testtools')
source=("https://github.com/openstack/futurist/archive/$pkgver.tar.gz")
-sha512sums=('426d8ff946a9681472741c1065a22239f207987d927f95bcb90b41af746e9512b6ed0f9f7cd4d1bc54db8453fefa3723f5a38e2132620c7dc48dac24ee2a595c')
+sha512sums=('5bc12a2e7c9657ba09b1ce3f527cec810fc8b1dbc8ebc1eeb73a730d19d1165f8d8325051bdc4a31c58ab79492699302a6749670e5c3f35be7d7fe9ecac73ff2')
export PBR_VERSION=$pkgver