summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd3bd36ac5af..318b4e074637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Zhaofeng Li <hello@zhaofeng.li>
+# Maintainer: Clément Démoulins <clement@archivel.fr>
+# Contributor: Zhaofeng Li <hello@zhaofeng.li>
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=('python-pex')
-pkgver=1.6.3
+pkgver=2.1.17
pkgrel=1
arch=('any')
pkgdesc="a tool for generating executable Python environments"
@@ -10,7 +11,7 @@ url="https://github.com/pantsbuild/pex"
license=('Apache 2.0')
depends=('python' 'python-setuptools' 'python-wheel')
source=("https://pypi.python.org/packages/source/p/pex/pex-${pkgver}.tar.gz")
-md5sums=('2874f80c31414a75884bdf9ff3645472')
+md5sums=('474c6726fdbbfe5368072199ad4e33fe')
package() {
cd "${srcdir}/pex-${pkgver}"