summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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