summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2022-12-08 21:53:50 -0500
committerDylan Delgado2022-12-08 21:53:50 -0500
commit0dc054cb6c72d179e7c96b50310dd8aea7017de9 (patch)
tree65beb9ec635bdfc595f7627a8a1f74d69b28519e
parentc07f74216b5c6e2aa3f4232a29896a36cdf8cc31 (diff)
downloadaur-python-transitions.tar.gz
Update to 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fcfeb157077..2ff07df21c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-transitions
pkgdesc = A lightweight, object-oriented finite state machine implementation in Python
- pkgver = 0.8.11
+ pkgver = 0.9.0
pkgrel = 1
url = http://github.com/tyarkoni/transitions
arch = any
license = MIT
makedepends = python-setuptools
depends = python-six
- source = https://github.com/tyarkoni/transitions/archive/0.8.11.tar.gz
- sha256sums = 752019ec2b26eb01457418949bb2c965d9d63737958b15381735228979de4039
+ source = https://github.com/tyarkoni/transitions/archive/0.9.0.tar.gz
+ sha256sums = 0fabe201e158324e3677f2b7c789a60a237dc31c2df3bd9a87aacfb872eebb75
pkgname = python-transitions
diff --git a/PKGBUILD b/PKGBUILD
index db9fe7aa8df9..3b18ab2fd25d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dylan Delgado (dylan1496 at live dot com)
pkgname=python-transitions
-pkgver=0.8.11
+pkgver=0.9.0
pkgrel=1
pkgdesc="A lightweight, object-oriented finite state machine implementation in Python"
url="http://github.com/tyarkoni/transitions"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-six')
source=("https://github.com/tyarkoni/transitions/archive/${pkgver}.tar.gz")
-sha256sums=('752019ec2b26eb01457418949bb2c965d9d63737958b15381735228979de4039')
+sha256sums=('0fabe201e158324e3677f2b7c789a60a237dc31c2df3bd9a87aacfb872eebb75')
prepare() {
cd "${srcdir}"/transitions-$pkgver