summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e376a56d028..4aa558b220d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <username ta gmail tod com>
pkgname=python-pandarallel
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc="A simple and efficient tool to parallelize Pandas operations on all available CPUs"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python-pandas' 'python-dill' 'python-setuptools')
makedepends=('python')
source=("pandarallel-$pkgver.tar.gz::https://github.com/nalepae/pandarallel/archive/v$pkgver.tar.gz")
-sha256sums=('df732f788679887ce8c741a76da95580906484025a09e40075d71d9f84994f27')
+sha256sums=('1eb44d50cf6d2d6b500d07143707711413e5cf02d1ec73f34c086ce22d725b60')
build() {
cd "$srcdir"/pandarallel-${pkgver}