summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e325366aa29..68d93adf9495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Karol Babioch <karol@babioch.de>
pkgname=('python-pendulum' 'python2-pendulum')
-pkgver=1.2.5
+pkgver=1.3.0
pkgrel=1
pkgdesc="Python datetimes made easy"
arch=('any')
url="https://pendulum.eustace.io"
license=('MIT')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
#options=('!emptydirs')
source=("git+https://github.com/sdispater/pendulum.git#tag=$pkgver")
sha256sums=('SKIP')