summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-25 20:12:22 +0200
committerMichel Zou2020-04-25 20:12:22 +0200
commit1606e29bceaf6d383990aa3b8cd454da167ec61e (patch)
tree42fd64fdbe1fe52936c0af558c5678728220dea5
parenta60bd7029f215c3070907c9c96ac0e9e9ef47bce (diff)
downloadaur-1606e29bceaf6d383990aa3b8cd454da167ec61e.tar.gz
0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d94de6f714d..da1cb44c6e0f 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.6.9
+ pkgver = 0.8.1
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.6.9.tar.gz
- sha256sums = 214f5121f045e713a4f2043faf775a3b5fc43731ec9bd9f7bd8f67579d8f6257
+ source = https://github.com/tyarkoni/transitions/archive/0.8.1.tar.gz
+ sha256sums = ecaf61fbfcf96e734cdf7e1f3c26e10149e92bb4c9ec82eadf787cbc7abe6155
pkgname = python-transitions
diff --git a/PKGBUILD b/PKGBUILD
index bfd672967c28..7cc69f33abbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-transitions
-pkgver=0.6.9
+pkgver=0.8.1
pkgrel=1
pkgdesc="A lightweight, object-oriented finite state machine implementation in Python"
url="http://github.com/tyarkoni/transitions"
@@ -8,7 +8,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-six')
source=("https://github.com/tyarkoni/transitions/archive/${pkgver}.tar.gz")
-sha256sums=('214f5121f045e713a4f2043faf775a3b5fc43731ec9bd9f7bd8f67579d8f6257')
+sha256sums=('ecaf61fbfcf96e734cdf7e1f3c26e10149e92bb4c9ec82eadf787cbc7abe6155')
prepare() {
cd "${srcdir}"/transitions-$pkgver