summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2019-07-04 08:52:54 -0700
committerKyle Manna2019-07-04 08:52:54 -0700
commit3e5447c01c75c906ddb1ff9842083f6b5a93cba8 (patch)
tree40010ca9e847ec641c881e50c219dddaf1d7fa07
parent3f1803449e551a10f261a19cf23d74346222f89c (diff)
downloadaur-3e5447c01c75c906ddb1ff9842083f6b5a93cba8.tar.gz
release: v1.10.0
* Follow upstream.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e0a379d944..8a96aa2047ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# 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.9.0
+ pkgver = 1.10.0
pkgrel = 1
- url = https://github.com/Storj/storjcore
+ url = https://github.com/itamarst/crochet
arch = any
license = MIT
depends = python
depends = python-twisted
- source = https://pypi.python.org/packages/source/c/crochet/crochet-1.9.0.tar.gz
- sha256sums = 58c05f141b989c7425d374bb8c8c32b6bc5b6bf2ac69d8b40c28dd40a85a6286
+ source = https://pypi.python.org/packages/source/c/crochet/crochet-1.10.0.tar.gz
+ sha256sums = de0d1c9acfe8200b7ec8cf53ce5878fd20531d55c01199a9ae27936c45ef3c79
pkgname = python-crochet
diff --git a/PKGBUILD b/PKGBUILD
index 2e1c626a0fe3..e02e22d12139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-crochet
_pkgname=${pkgname/python-/}
-pkgver=1.9.0
+pkgver=1.10.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"
+pkgdesc='Crochet is a library that makes it easier to use Twisted from regular blocking code'
+url="https://github.com/itamarst/crochet"
depends=('python' 'python-twisted')
optdepends=()
license=('MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/c/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('58c05f141b989c7425d374bb8c8c32b6bc5b6bf2ac69d8b40c28dd40a85a6286')
+sha256sums=('de0d1c9acfe8200b7ec8cf53ce5878fd20531d55c01199a9ae27936c45ef3c79')
build() {
cd "$srcdir/$_pkgname-$pkgver"