summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-02-17 09:21:13 +1100
committerAndy Botting2020-02-17 09:21:13 +1100
commit8bf521c4731e14fb0d12640e976766d8038b03e9 (patch)
tree89414ad19453b2601c9de5652ec5affe9a16db47
parent0d9a465ac55e943d075ef64764348769056f0b69 (diff)
downloadaur-8bf521c4731e14fb0d12640e976766d8038b03e9.tar.gz
Update to v2.0.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17441f13cb18..fac0c5347239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
license = Apache
@@ -15,8 +15,8 @@ pkgbase = python-futurist
depends = python-monotonic
depends = python-prettytable
depends = python-wheel
- source = https://github.com/openstack/futurist/archive/1.10.0.tar.gz
- sha512sums = ae9eb05b895b48dcd71774594b1a8261ba86bf7ae4b0cb30f70edaa75249fe8179ed7e92bec0cb4f9889edbf6e69299adfa5938b7fe45684ecf290be7fae5bc4
+ source = https://github.com/openstack/futurist/archive/2.0.0.tar.gz
+ sha512sums = 426d8ff946a9681472741c1065a22239f207987d927f95bcb90b41af746e9512b6ed0f9f7cd4d1bc54db8453fefa3723f5a38e2132620c7dc48dac24ee2a595c
pkgname = python-futurist
diff --git a/PKGBUILD b/PKGBUILD
index 4b967d34c5f9..2a07f999dcc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver='1.10.0'
-pkgrel='2'
+pkgver='2.0.0'
+pkgrel='1'
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
url='https://docs.openstack.org/futurist/'
@@ -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=('ae9eb05b895b48dcd71774594b1a8261ba86bf7ae4b0cb30f70edaa75249fe8179ed7e92bec0cb4f9889edbf6e69299adfa5938b7fe45684ecf290be7fae5bc4')
+sha512sums=('426d8ff946a9681472741c1065a22239f207987d927f95bcb90b41af746e9512b6ed0f9f7cd4d1bc54db8453fefa3723f5a38e2132620c7dc48dac24ee2a595c')
export PBR_VERSION=$pkgver