summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2022-07-11 11:36:17 +0430
committerMohammadreza Abdollahzadeh2022-07-11 11:36:17 +0430
commitf32d621c337932c3384cafc4989c6a8308a3553e (patch)
tree2403f4d1f0207def5bcd49d484e097078cc3978f /PKGBUILD
parentc310dbebe49e7664e21e2fd652432c6cba9805d6 (diff)
downloadaur-f32d621c337932c3384cafc4989c6a8308a3553e.tar.gz
upgrade to 1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52fb77984db9..12882ae3d104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=python-pandas-docs
-pkgver=1.3.4
+pkgver=1.4.3
pkgrel=1
pkgdesc="Documentation for Python Pandas module."
arch=('any')
url='http://pandas.pydata.org'
license=('BSD')
source=("${pkgname}-${pkgver}.zip::http://pandas.pydata.org/pandas-docs/version/${pkgver}/pandas.zip")
-sha256sums=('c36559fb92a22015864a091d4c7a9c995fdc9a57a4f0e5bceb6d681587f78f66')
+sha256sums=('ecbfbe737db92652fcc9b2072c6efc586aca59607f4017c76b62e2defd1a485a')
prepare() {
rm ${pkgname}-${pkgver}.zip
@@ -17,4 +17,4 @@ package() {
install -d "${pkgdir}"/usr/share/doc/python-pandas/html
cp -a ./* "${pkgdir}"/usr/share/doc/python-pandas/html/
}
-# vim:set ts=4 sw=4:
+# vim:set ts=4 sw=4 et: