summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-07-11 01:44:13 +0000
committerimlonghao2020-07-11 01:44:13 +0000
commit52d585856bb60de1682d559cca7ab18b35044b53 (patch)
tree28506a904dede09a4016f256eb036300b476d9e7
parent073eb7038a0658b3e95dc49ef26f13430a105367 (diff)
downloadaur-52d585856bb60de1682d559cca7ab18b35044b53.tar.gz
New version 0.14.0
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e29ce8b2f57..5342485750f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,5 @@
pkgbase = python-detect-secrets
pkgdesc = An enterprise friendly way of detecting and preventing secrets in code
- pkgver = 0.13.1
- pkgrel = 1
- url = https://github.com/Yelp/detect-secrets
- arch = any
- license = Apache
- makedepends = python-setuptools
- depends = python-requests
- depends = python-yaml
- depends = git
- source = https://files.pythonhosted.org/packages/source/d/detect_secrets/detect_secrets-0.13.1.tar.gz
- sha256sums = 178e084cd38e78f8fe9a10eb0f429071fa6075b1c4ea40ef62e55ba3d6acc1ec
-
-pkgname = python-detect-secrets
-pkgbase = python-detect-secrets
- pkgdesc = An enterprise friendly way of detecting and preventing secrets in code
pkgver = 0.14.0
pkgrel = 1
url = https://github.com/Yelp/detect-secrets
diff --git a/PKGBUILD b/PKGBUILD
index 93a753411e02..907f3b193c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,7 @@ pkgdesc="An enterprise friendly way of detecting and preventing secrets in code"
arch=("any")
url="https://github.com/Yelp/detect-secrets"
license=('Apache')
-depends=('python-requests'
- 'python-yaml'
- 'git')
+depends=('python-requests' 'python-yaml' 'git')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('0fd9da915c2643cff2f7bf75a0e849374933179a1b84b5cec60a5609ec493385')