summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClément Démoulins2020-10-08 10:30:39 +0200
committerClément Démoulins2020-10-08 10:30:39 +0200
commitd4e60d4bb1b34929a7f63f2367de1d6112a6eb34 (patch)
tree7c1a05e2cd9bb4147220d0bdf56c691ef7392401 /PKGBUILD
parent457755457efe2de21986ceb516e595cf6ec189d8 (diff)
downloadaur-d4e60d4bb1b34929a7f63f2367de1d6112a6eb34.tar.gz
Upgrade to 2.1.17
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}"