summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-dateutil/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/python_modules/python-dateutil/PKGBUILD')
-rw-r--r--abs/core/python_modules/python-dateutil/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/python_modules/python-dateutil/PKGBUILD b/abs/core/python_modules/python-dateutil/PKGBUILD
index 5ce709f..7088ced 100644
--- a/abs/core/python_modules/python-dateutil/PKGBUILD
+++ b/abs/core/python_modules/python-dateutil/PKGBUILD
@@ -2,16 +2,16 @@
#Contributor: lilydjwg <lilydjwg@gmail.com>
pkgbase=python-dateutil
-pkgname=('python2-dateutil')
-pkgver=2.6.0
-pkgrel=2
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.6.1
+pkgrel=1
pkgdesc="Provides powerful extensions to the standard datetime module"
arch=('any')
license=('custom')
url="https://github.com/dateutil/dateutil"
-makedepends=('python2-setuptools' 'python2-six')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six')
source=("$pkgbase-$pkgver.tar.gz"::"https://github.com/dateutil/dateutil/archive/$pkgver.tar.gz")
-md5sums=('7ac719938274be8da1ab870c3b35941c')
+md5sums=('8d1081ed9d4eaef11d47a7bbd62ca903')
build() {
cd $srcdir