summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2022-01-05 19:52:12 +0100
committerEmanuele 'Lele' Calo2022-01-05 19:52:12 +0100
commit4b6c813d6cbc16f687e314f586020ee05916a12d (patch)
tree833f7b29d04d099f084c45ca974c64c207c45335
parent16ad7037fcccbb3f54aecd03c98482f75d60bd64 (diff)
downloadaur-4b6c813d6cbc16f687e314f586020ee05916a12d.tar.gz
Updated trufflehogregexes dep to 0.0.7
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6b94bb8377..d3a718290478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = trufflehog
pkgdesc = Searches through git repositories for high entropy strings and secrets, digging deep into commit history
pkgver = 2.0.97
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dxa4481/truffleHog.git
arch = any
license = GPL-2.0
depends = python
- depends = trufflehogregexes=0.0.4
+ depends = trufflehogregexes=0.0.7
depends = python-gitpython=2.1.1
depends = python-pytest-cov
provides = python-trufflehog
@@ -14,4 +14,3 @@ pkgbase = trufflehog
sha512sums = abaa39149627d7a4fb58055c595f32057eacce5549380e737245f8aaf665d074fb739c76bda8527740c4034e610001bf61af9fd3359b447a62cf2878c07cb99c
pkgname = trufflehog
-
diff --git a/PKGBUILD b/PKGBUILD
index 189fec5dee9e..c116359cc590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='trufflehog'
pkgver=2.0.97
-pkgrel=1
+pkgrel=2
pkgdesc="Searches through git repositories for high entropy strings and secrets, digging deep into commit history"
url="https://github.com/dxa4481/truffleHog.git"
arch=('any')
license=('GPL-2.0')
-depends=('python' 'trufflehogregexes'=0.0.4 'python-gitpython=2.1.1' 'python-pytest-cov')
+depends=('python' 'trufflehogregexes'=0.0.7 'python-gitpython=2.1.1' 'python-pytest-cov')
provides=('python-trufflehog')
source=("https://files.pythonhosted.org/packages/21/99/89f662eeb021c28d75fb42ce1ee28a9fcea653ae5b1539e2487c60eb2eaa/truffleHog-2.0.97.tar.gz")
sha512sums=('abaa39149627d7a4fb58055c595f32057eacce5549380e737245f8aaf665d074fb739c76bda8527740c4034e610001bf61af9fd3359b447a62cf2878c07cb99c')