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 8d9c5e84f7ea..816242b688c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pyname=tzlocal
pkgbase=python-${_pyname}
pkgname=("python-${_pyname}" "python2-${_pyname}")
-pkgver=1.4
+pkgver=1.5.1
pkgrel=1
pkgdesc="Tzinfo object for the local timezone"
arch=('any')
@@ -14,7 +14,7 @@ url='https://pypi.python.org/pypi/tzlocal'
license=('custom')
makedepends=('python-setuptools' 'python2-setuptools')
source=("${_pyname}-${pkgver}.tar.gz::https://github.com/regebro/${_pyname}/archive/${pkgver}.tar.gz")
-sha256sums=('d3cdf502a4ae4b566abf948924e837b6c354aaed082eb1326c6c9043824cb4a7')
+sha256sums=('4fc325121f6881b5872de15ad05e8f534e35171658519872f7c61c0e5bb7f371')
prepare() {
cp -a ${_pyname}-${pkgver}{,-py2}