summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-09-05 07:40:52 +0200
committerMichel Zou2020-09-05 07:40:52 +0200
commit09e68837f863fe3ee8469d4ce11f4480cba37870 (patch)
tree20994788881c9e7d7f3fd04f789246c8eb638ab0
parent1606e29bceaf6d383990aa3b8cd454da167ec61e (diff)
downloadaur-09e68837f863fe3ee8469d4ce11f4480cba37870.tar.gz
0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da1cb44c6e0f..42f87702da86 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.1
+ pkgver = 0.8.2
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.1.tar.gz
- sha256sums = ecaf61fbfcf96e734cdf7e1f3c26e10149e92bb4c9ec82eadf787cbc7abe6155
+ source = https://github.com/tyarkoni/transitions/archive/0.8.2.tar.gz
+ sha256sums = 5e118a0ea9ed1f56737b0f0f0c30b9b054c0168c1d35508cd7bd4039dc26e1fe
pkgname = python-transitions
diff --git a/PKGBUILD b/PKGBUILD
index 7cc69f33abbd..742cc6e86a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-transitions
-pkgver=0.8.1
+pkgver=0.8.2
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=('ecaf61fbfcf96e734cdf7e1f3c26e10149e92bb4c9ec82eadf787cbc7abe6155')
+sha256sums=('5e118a0ea9ed1f56737b0f0f0c30b9b054c0168c1d35508cd7bd4039dc26e1fe')
prepare() {
cd "${srcdir}"/transitions-$pkgver