summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a9c7433b624..0e90db7a55af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ conflicts=('python-pyarrow')
provides=('python-pyarrow')
makedepends=('python-pip')
pkgver=2.0.0
-pkgrel=2
-pkgdesc="Python library for Apache Arrow"
+pkgrel=3
+pkgdesc="A columnar in-memory analytics layer for big data. [similar to python-pyarrow, but uses .whl instead of building it]"
arch=('any')
url="Python library for Apache Arrow"
license=('Apache V2')