summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-03-26 21:06:10 +0200
committerKarol Babioch2018-03-26 21:06:14 +0200
commite763d61e59a0c1692bc649c85ebbbd8ae73eac91 (patch)
tree13ed0b5acfbda20d6fdd7d58aa4725861f394b41
parentc1cc671369aa2ef11f46ec74c18b66988905bbf3 (diff)
downloadaur-python-pendulum.tar.gz
Downgrade to 1.4.2
Support for setuptools was dropped upstream, so for the meanwhile use the last working version.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f950a8db37d9..9ce5cbd1b50e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pendulum
pkgdesc = Python datetimes made easy
- pkgver = 1.4.4
+ pkgver = 1.4.2
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.4.4
+ source = git+https://github.com/sdispater/pendulum.git#tag=1.4.2
sha256sums = SKIP
pkgname = python-pendulum
diff --git a/PKGBUILD b/PKGBUILD
index 0982e170848c..0edbd45bb78c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karol Babioch <karol@babioch.de>
pkgname=('python-pendulum' 'python2-pendulum')
-pkgver=1.4.4
+pkgver=1.4.2
pkgrel=1
pkgdesc="Python datetimes made easy"
arch=('any')