summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorminus2019-03-09 10:44:04 +0100
committerminus2019-03-09 10:44:04 +0100
commit750e3fe9df4967b63805b4297b321edf829b67fc (patch)
tree6eaab753670d61d7a214b16354b332f22038bbfe
parentb392bbb902a3bb279accb4d1fc4a94fe667133db (diff)
downloadaur-750e3fe9df4967b63805b4297b321edf829b67fc.tar.gz
Update to 0.1.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 592cb3cda29e..2414c34c5d6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pypeln
- pkgdesc = Pypeline is a simple yet powerful python library for creating concurrent data pipelines.
- pkgver = 0.1.2
- pkgrel = 2
+ pkgdesc = A simple yet powerful python library for creating concurrent data pipelines.
+ pkgver = 0.1.6
+ pkgrel = 1
url = https://github.com/cgarciae/pypeln
arch = any
license = MIT
makedepends = python-setuptools
depends = python-cytoolz
- source = https://files.pythonhosted.org/packages/source/p/pypeln/pypeln-0.1.2.tar.gz
- sha256sums = ac25af7b48516f0adb4653e7d5e2be0e88a9ff4438b33dd51d5d6a970914ac8c
+ source = https://files.pythonhosted.org/packages/source/p/pypeln/pypeln-0.1.6.tar.gz
+ sha256sums = 1304a221de6b43257ba664f13a9dee5c97b7f40a7cbe7d7d839627c96dcf68fd
pkgname = python-pypeln
diff --git a/PKGBUILD b/PKGBUILD
index 90474e2a1431..13186b850280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-pypeln
_name=${pkgname#python-}
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="Pypeline is a simple yet powerful python library for creating concurrent data pipelines."
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A simple yet powerful python library for creating concurrent data pipelines."
arch=(any)
url="https://github.com/cgarciae/pypeln"
license=('MIT')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
depends=(
'python-cytoolz'
)
-sha256sums=('ac25af7b48516f0adb4653e7d5e2be0e88a9ff4438b33dd51d5d6a970914ac8c')
+sha256sums=('1304a221de6b43257ba664f13a9dee5c97b7f40a7cbe7d7d839627c96dcf68fd')
build() {
cd "$srcdir/$_name-$pkgver"