summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2021-08-04 19:51:10 +0430
committerGitHub2021-08-04 19:51:10 +0430
commit44653279d33823aeaa0ef87687d2690f461980d0 (patch)
tree788a943f3863dac00b46f1c22180d4aed8c5e2d8
parenta49dfb89c98e57dbff88cf42f74d41418f86abfe (diff)
downloadaur-44653279d33823aeaa0ef87687d2690f461980d0.tar.gz
Add makedepends, conflicts, provides
* Add git to makedepends * Add conflicts, provides to docker-bench-security
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efceebc7462..892fd63a034e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = docker-bench-security-git
pkgdesc = Check common best-practices around deploying Docker container
pkgver = 1.3.5.r142.gdfb3a90
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/docker/docker-bench-security
arch = any
license = Apache
+ makedepends = git
depends = docker
+ provides = docker-bench-security
+ conflicts = docker-bench-security
source = git+https://github.com/docker/docker-bench-security.git
source = docker-bench-security-exec.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b0dec45ac62..6a54335287ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
pkgname=docker-bench-security-git
pkgver=1.3.5.r142.gdfb3a90
-pkgrel=1
+pkgrel=2
pkgdesc="Check common best-practices around deploying Docker container"
arch=('any')
url="https://github.com/docker/docker-bench-security"
license=('Apache')
+conflicts=('docker-bench-security')
+provides=('docker-bench-security')
source=("git+$url.git"
"${pkgname/-git/}-exec.sh")
depends=(docker)
+makedepends=('git')
sha256sums=('SKIP'
'cd14edcb0f5c5cf05a51ba6e01c9a01d45e88738fda2ae56e31dc1f8af29025d')