summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2021-07-02 13:41:27 -0400
committeracxz2021-07-02 13:41:27 -0400
commitcfb8007af8ac521644af5b47c5d02fbdedfc6d27 (patch)
treec81e437762e1fb954a6efdef695af359df457ce0 /PKGBUILD
parente0028353c56e163e7abca25ae6f7f380a350297d (diff)
downloadaur-cfb8007af8ac521644af5b47c5d02fbdedfc6d27.tar.gz
updpkg 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58131b273c1e..3f3bab7be12f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-ray
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc='A fast and simple framework for building and running distributed
applications.'
@@ -35,14 +35,11 @@ optdepends=(
makedepends=(python python-setuptools python-wheel python-pip cython bazel)
_pkgname=ray
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ray-project/ray/archive/${_pkgname}-$pkgver.tar.gz")
-sha256sums=('1ad04845dad6824220ad7750d666e7186f6b9186fb99294aae7d0e35f8e75018')
+sha256sums=('a5fcaeb405fc9e6ddf084d55d202f72c919e974dac736d0426a8b569f7022e4a')
prepare() {
cd "${srcdir}/${_pkgname}-${_pkgname}-${pkgver}"
- # https://github.com/ray-project/ray/pull/12613
- sed -i "s/8)/8), (3, 9)/g" python/setup.py
-
# https://aur.archlinux.org/packages/py-spy#comment-781521
sed -i "/py-spy/d" python/setup.py
}