summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 08:45:19 +0100
committerMichel Zou2018-03-04 08:45:19 +0100
commitcf5d9cc4ea79f68c4e36531ef56838186cdbf76a (patch)
treef6c0c849775e79f0b33e84593569581435a9f45b
parent636d8302f0f16122cd6f9391cfbda95330a6b3e1 (diff)
downloadaur-cf5d9cc4ea79f68c4e36531ef56838186cdbf76a.tar.gz
0.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c37fc63dd52b..2fab370b6000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 27 11:27:46 UTC 2017
+# Sun Mar 4 07:45:19 UTC 2018
pkgbase = python-transitions
pkgdesc = A lightweight, object-oriented finite state machine implementation in Python
- pkgver = 0.4.3
+ pkgver = 0.6.4
pkgrel = 1
url = http://github.com/tyarkoni/transitions
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-transitions
makedepends = python2-setuptools
makedepends = python-six
makedepends = python2-six
- source = https://github.com/tyarkoni/transitions/archive/0.4.3.tar.gz
- md5sums = 69af441d2ff8e7041f8d3cc6c92ad1d5
+ source = https://github.com/tyarkoni/transitions/archive/0.6.4.tar.gz
+ md5sums = c87ad738a331ae2b2cda373e918aafb8
pkgname = python-transitions
depends = python-six
diff --git a/PKGBUILD b/PKGBUILD
index 96a7bb6b4d2e..400618d18be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-transitions
pkgname=('python-transitions' 'python2-transitions')
-pkgver=0.4.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="A lightweight, object-oriented finite state machine implementation in Python"
url="http://github.com/tyarkoni/transitions"
@@ -8,7 +8,7 @@ arch=(any)
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six')
source=("https://github.com/tyarkoni/transitions/archive/${pkgver}.tar.gz")
-md5sums=('69af441d2ff8e7041f8d3cc6c92ad1d5')
+md5sums=('c87ad738a331ae2b2cda373e918aafb8')
prepare() {
cd "${srcdir}"/transitions-$pkgver