summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2017-09-28 14:45:09 +0200
committerKarol Babioch2017-09-28 14:45:09 +0200
commit496e3bff44c5c1948a3c4da06b6e91ac73a9b518 (patch)
tree9fbe9afb97a2e203420b61998ce6aa726bc029f7
parent1166652bece6bdb9f8f626fa63dce2dfc0679103 (diff)
downloadaur-496e3bff44c5c1948a3c4da06b6e91ac73a9b518.tar.gz
Bump version to 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a557501bde5e..9bc45105231a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pendulum
pkgdesc = Python datetimes made easy
- pkgver = 1.2.5
+ pkgver = 1.3.0
pkgrel = 1
url = https://pendulum.eustace.io
arch = any
license = MIT
- makedepends = python
- makedepends = python2
- source = git+https://github.com/sdispater/pendulum.git#tag=1.2.5
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = git+https://github.com/sdispater/pendulum.git#tag=1.3.0
sha256sums = SKIP
pkgname = python-pendulum
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')