summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2020-12-29 23:35:47 -0500
committerDylan Delgado2020-12-29 23:35:47 -0500
commitc3ee4e7a2cd879583a1b38549fdd806eb3e012a4 (patch)
tree029943f529f6f9b76a0b166b5a23fc9f2680f6f5
parentd9a63780fc5f3b0e1f87326f5ff9e6e715f40089 (diff)
downloadaur-c3ee4e7a2cd879583a1b38549fdd806eb3e012a4.tar.gz
Update to version 0.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c393f26a79..1a6464a012fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-transitions
pkgdesc = A lightweight, object-oriented finite state machine implementation in Python
- pkgver = 0.8.5
+ pkgver = 0.8.6
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.5.tar.gz
- sha256sums = bc04990c6cf8ec5b16a9112e20955224a6156f09d7aad9da3680b164b47844eb
+ source = https://github.com/tyarkoni/transitions/archive/0.8.6.tar.gz
+ sha256sums = 69eb91552ed4ef100107bea5ba612b03ff7045ebdda4266294dd184478094b3f
pkgname = python-transitions
diff --git a/PKGBUILD b/PKGBUILD
index f8a590f0a09d..4bc432178c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dylan Delgado (dylan1496 at live dot com)
pkgname=python-transitions
-pkgver=0.8.5
+pkgver=0.8.6
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=('bc04990c6cf8ec5b16a9112e20955224a6156f09d7aad9da3680b164b47844eb')
+sha256sums=('69eb91552ed4ef100107bea5ba612b03ff7045ebdda4266294dd184478094b3f')
prepare() {
cd "${srcdir}"/transitions-$pkgver