[arch-commits] Commit in python-arrow/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Aug 12 08:47:33 UTC 2019


    Date: Monday, August 12, 2019 @ 08:47:32
  Author: alucryd
Revision: 499000

FS#63437: python-arrow 0.14.5-1

Modified:
  python-arrow/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-12 08:45:48 UTC (rev 498999)
+++ PKGBUILD	2019-08-12 08:47:32 UTC (rev 499000)
@@ -2,15 +2,15 @@
 # Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
 
 pkgname=python-arrow
-pkgver=0.14.4
+pkgver=0.14.5
 pkgrel=1
 pkgdesc='Better dates and times for Python'
 arch=(any)
 url=https://arrow.readthedocs.io
 license=(APACHE)
+depends=(python-dateutil)
 makedepends=(
   git
-  python-dateutil
   python-setuptools
 )
 checkdepends=(



More information about the arch-commits mailing list