summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Wang2021-12-24 18:30:46 -0600
committerAnthony Wang2021-12-24 18:30:46 -0600
commit39bd2ea996d24b7d034f3ce25e96d8369945f383 (patch)
treea46b4dde5b663472d69fc6815d44829fd16469ca
parent40df9254c1875570d27de2c5249e2a08b2c1deaa (diff)
downloadaur-39bd2ea996d24b7d034f3ce25e96d8369945f383.tar.gz
Add python-setuptools to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f6b6d7a2dd2..472ff54acca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-certipy
pkgdesc = A simple python tool for creating certificate authorities and certificates on the fly
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LLNL/certipy
arch = any
license = BSD
makedepends = python-pypandoc
+ makedepends = python-setuptools
depends = python
depends = python-pyopenssl
source = https://files.pythonhosted.org/packages/source/c/certipy/certipy-0.1.3.tar.gz
sha256sums = 695704b7716b033375c9a1324d0d30f27110a28895c40151a90ec07ff1032859
pkgname = python-certipy
-
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=()