summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorminus2019-03-09 10:44:04 +0100
committerminus2019-03-09 10:44:04 +0100
commit750e3fe9df4967b63805b4297b321edf829b67fc (patch)
tree6eaab753670d61d7a214b16354b332f22038bbfe /PKGBUILD
parentb392bbb902a3bb279accb4d1fc4a94fe667133db (diff)
downloadaur-python-pypeln.tar.gz
Update to 0.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"