summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-12-23 01:05:48 +0100
committerMichał Wojdyła2023-12-23 01:05:48 +0100
commitb2983006be8d639c2c57206587200e990db2ec1f (patch)
tree53ab9ec80be705e37deb5b9a5be1f3a6f13ddc93 /PKGBUILD
parent78457f8d6753a9cc4d04bf13bbc2be2e2bb5c0c8 (diff)
downloadaur-python-envtpl-git.tar.gz
remove python-argparse from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b096dd027e50..4d3aa09d7f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: bb010g <bb010g@gmail.com>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: bb010g <bb010g@gmail.com>
pkgname=python-envtpl-git
-pkgver=r66.72262ff
+pkgver=r82.b370fd3
pkgrel=1
pkgdesc='Render jinja2 templates on the command line using shell environment variables'
arch=('any')
url='https://github.com/andreasjansson/envtpl'
license=('GPL')
-depends=(python python-{argparse,jinja})
+depends=(python{,-jinja})
makedepends=(git python-{setuptools,sh,six})
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")