summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2018-05-23 22:42:17 +0200
committerEmanuele 'Lele' Calo2018-05-23 22:42:17 +0200
commit2c6bb4a33dc1d33bfe685ef012a7146cb0a6bd41 (patch)
tree44d5aa830f270550e53f28d5b1b7f4af3b8dc9e4
parent5061dc5c6067fcd191a450a00dfaa3af706917b1 (diff)
downloadaur-2c6bb4a33dc1d33bfe685ef012a7146cb0a6bd41.tar.gz
Removed unneeded dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f005ed2176ad..cd1a1f094eb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trufflehog
pkgdesc = Searches through git repositories for high entropy strings and secrets, digging deep into commit history
pkgver = 2.0.95
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/dxa4481/truffleHog.git
arch = any
license = GPL-2.0
@@ -9,8 +9,6 @@ pkgbase = trufflehog
depends = trufflehogregexes=0.0.4
depends = python-gitpython=2.1.1
depends = python-pytest-cov=2.5.1
- depends = python-unittest2=1.1.0
- depends = python-codecov=2.0.15
provides = python-trufflehog
source = https://files.pythonhosted.org/packages/92/f2/129fd5d14a7ae8b2d7717ffcffb63a0666228a2f452f619df5ad63a610f8/truffleHog-2.0.95.tar.gz
sha512sums = 88890d4941a6d48cb1e4218a00f690f9a04a96b4d09d4c50f3b723134e373a39b6774299418752111eeb2618499511687465f3e3d9f560af0d48ff73399f7df2
diff --git a/PKGBUILD b/PKGBUILD
index 75dc98e015d7..982300355175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='trufflehog'
pkgver=2.0.95
-pkgrel=0
+pkgrel=1
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=2.5.1' 'python-unittest2=1.1.0' 'python-codecov=2.0.15')
+depends=('python' 'trufflehogregexes'=0.0.4 'python-gitpython=2.1.1' 'python-pytest-cov=2.5.1')
provides=('python-trufflehog')
source=("https://files.pythonhosted.org/packages/92/f2/129fd5d14a7ae8b2d7717ffcffb63a0666228a2f452f619df5ad63a610f8/truffleHog-${pkgver}.tar.gz")
sha512sums=('88890d4941a6d48cb1e4218a00f690f9a04a96b4d09d4c50f3b723134e373a39b6774299418752111eeb2618499511687465f3e3d9f560af0d48ff73399f7df2')