summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-03-26 20:44:58 +0200
committerKarol Babioch2018-03-26 20:55:52 +0200
commitc1cc671369aa2ef11f46ec74c18b66988905bbf3 (patch)
tree87bd442d2b80da3030ca7df82f23f7ef5843e12c
parent28292edc58ac9c8baa824976c2bbbc1b019d98dd (diff)
downloadaur-c1cc671369aa2ef11f46ec74c18b66988905bbf3.tar.gz
Bump version to 1.4.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e07e9e6ce63..f950a8db37d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pendulum
pkgdesc = Python datetimes made easy
- pkgver = 1.3.2
+ pkgver = 1.4.4
pkgrel = 1
url = https://pendulum.eustace.io
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = git+https://github.com/sdispater/pendulum.git#tag=1.3.2
+ source = git+https://github.com/sdispater/pendulum.git#tag=1.4.4
sha256sums = SKIP
pkgname = python-pendulum
diff --git a/PKGBUILD b/PKGBUILD
index 504b53ca4b5c..0982e170848c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karol Babioch <karol@babioch.de>
pkgname=('python-pendulum' 'python2-pendulum')
-pkgver=1.3.2
+pkgver=1.4.4
pkgrel=1
pkgdesc="Python datetimes made easy"
arch=('any')