summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-04-13 10:56:07 -0500
committerLuis Martinez2022-04-13 10:56:07 -0500
commit46d3b1f3934385edfa93d1b07f7c4cc9b0f341aa (patch)
tree75087f534b9b68095d2f755bac5285b00b7a2e77 /PKGBUILD
parentfffc4ac81aa51e5b0c64e26b756ff26b57dccca8 (diff)
downloadaur-46d3b1f3934385edfa93d1b07f7c4cc9b0f341aa.tar.gz
update to 2.1.79
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 851c5b2e11f2..8f3c3057d9f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,17 @@
# Contributor: Zhaofeng Li <hello@zhaofeng.li>
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
+## GPG key: https://github.com/jsirois.gpg
+
pkgname=python-pex
-pkgver=2.1.78
+pkgver=2.1.79
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'
url='https://github.com/pantsbuild/pex'
license=('Apache')
depends=('python')
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-flit-core'
- 'python-sphinx')
+makedepends=('git' 'python-build' 'python-installer' 'python-flit-core' 'python-sphinx')
# checkdepends=('python-pytest-runner' 'python-pkginfo')
changelog=CHANGES.rst
provides=('pex')