summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2020-12-06 09:18:54 -0500
committerDylan Delgado2020-12-06 09:18:54 -0500
commitd9a63780fc5f3b0e1f87326f5ff9e6e715f40089 (patch)
tree3c4f7d0fe09302db155c0aa897ab0bdae3a604d0
parent09e68837f863fe3ee8469d4ce11f4480cba37870 (diff)
downloadaur-d9a63780fc5f3b0e1f87326f5ff9e6e715f40089.tar.gz
Bump version to 0.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f87702da86..b8c393f26a79 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.2
+ pkgver = 0.8.5
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.2.tar.gz
- sha256sums = 5e118a0ea9ed1f56737b0f0f0c30b9b054c0168c1d35508cd7bd4039dc26e1fe
+ source = https://github.com/tyarkoni/transitions/archive/0.8.5.tar.gz
+ sha256sums = bc04990c6cf8ec5b16a9112e20955224a6156f09d7aad9da3680b164b47844eb
pkgname = python-transitions
diff --git a/PKGBUILD b/PKGBUILD
index 742cc6e86a7f..f8a590f0a09d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+#Maintainer: Dylan Delgado (dylan1496 at live dot com)
+
pkgname=python-transitions
-pkgver=0.8.2
+pkgver=0.8.5
pkgrel=1
pkgdesc="A lightweight, object-oriented finite state machine implementation in Python"
url="http://github.com/tyarkoni/transitions"
@@ -8,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-six')
source=("https://github.com/tyarkoni/transitions/archive/${pkgver}.tar.gz")
-sha256sums=('5e118a0ea9ed1f56737b0f0f0c30b9b054c0168c1d35508cd7bd4039dc26e1fe')
+sha256sums=('bc04990c6cf8ec5b16a9112e20955224a6156f09d7aad9da3680b164b47844eb')
prepare() {
cd "${srcdir}"/transitions-$pkgver