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 edaf0a691944..1ddff6d75401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
pkgname=python-esipy
-pkgver=1.2.0
+pkgver=1.2.3
pkgrel=1
_distname=EsiPy-${pkgver}
pkgdesc="Python client for the EVE Online ESI API"
@@ -12,7 +12,7 @@ url="https://github.com/Kyria/EsiPy"
depends=('python-future' 'python-diskcache' 'python-jose' 'python-pyswagger' 'python-requests' 'python-six' 'python-redis' 'python-pylint' 'python-pytz')
makedepends=('python-setuptools')
source=("$url/archive/${pkgver}.tar.gz")
-sha256sums=('d2eacc5231795a74322bd50404d1db82edf1746a8e092bce7c337c6e44eb7ab5')
+sha256sums=('9dbcb91d42013e9a7aa3730fa58e61649d93a04d1315d3f8e3537d6606bc9969')
build() {
cd "${srcdir}"/"${_distname}"