summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2018-10-28 10:16:19 -0700
committerKyle Manna2018-10-28 10:16:19 -0700
commit3f1803449e551a10f261a19cf23d74346222f89c (patch)
treed9b7d864416d1d59f577b81e1d51435c4e6b37fb
parent41caa3f315c2c14e5d9a12b8c806c3ab3dfadc92 (diff)
downloadaur-3f1803449e551a10f261a19cf23d74346222f89c.tar.gz
release: v1.9.0
* Follow upstream.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e671b96ca6..37e0a379d944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 11 15:51:20 UTC 2016
+# Sun Oct 28 17:15:51 UTC 2018
pkgbase = python-crochet
pkgdesc = Crochet is a library that makes it easier to use Twisted from regular blocking code
- pkgver = 1.4.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/Storj/storjcore
arch = any
license = MIT
depends = python
depends = python-twisted
- source = https://pypi.python.org/packages/source/c/crochet/crochet-1.4.0.tar.gz
- sha256sums = 51ab1c03bf4317b4a6e2b8bfd15da37674b3494f8f420eacde78e272280ae598
+ source = https://pypi.python.org/packages/source/c/crochet/crochet-1.9.0.tar.gz
+ sha256sums = 58c05f141b989c7425d374bb8c8c32b6bc5b6bf2ac69d8b40c28dd40a85a6286
pkgname = python-crochet
diff --git a/PKGBUILD b/PKGBUILD
index 42330594dc4d..2e1c626a0fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-crochet
_pkgname=${pkgname/python-/}
-pkgver=1.4.0
+pkgver=1.9.0
pkgrel=1
pkgdesc="Crochet is a library that makes it easier to use Twisted from regular blocking code"
url="https://github.com/Storj/storjcore"
@@ -10,7 +10,7 @@ optdepends=()
license=('MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/c/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('51ab1c03bf4317b4a6e2b8bfd15da37674b3494f8f420eacde78e272280ae598')
+sha256sums=('58c05f141b989c7425d374bb8c8c32b6bc5b6bf2ac69d8b40c28dd40a85a6286')
build() {
cd "$srcdir/$_pkgname-$pkgver"