summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Wang2021-12-24 18:30:46 -0600
committerAnthony Wang2021-12-24 18:30:46 -0600
commit39bd2ea996d24b7d034f3ce25e96d8369945f383 (patch)
treea46b4dde5b663472d69fc6815d44829fd16469ca /PKGBUILD
parent40df9254c1875570d27de2c5249e2a08b2c1deaa (diff)
downloadaur-python-certipy.tar.gz
Add python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d48adbc4cce..5944bf41b7e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Tommy Li <ttoo74@gmail.com>
+# Maintainer: Anthony Wang <ta180m@pm.me>
+# Contributor: Tommy Li <ttoo74@gmail.com>
+
pkgname=python-certipy
_name=${pkgname#python-}
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple python tool for creating certificate authorities and certificates on the fly"
arch=(any)
url="https://github.com/LLNL/certipy"
license=('BSD')
depends=("python" "python-pyopenssl")
-makedepends=("python-pypandoc")
+makedepends=("python-pypandoc" "python-setuptools")
checkdepends=()
optdepends=()
options=()