summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsashok7242020-10-07 23:03:51 +0300
committersashok7242020-10-07 23:03:51 +0300
commit9b600a5b0ececf3c1b635775e78d0c15cb163733 (patch)
tree27b6a2fa3059bcdccbe33ac0cf9dc848fddb8222
parentd5fb572d7a86ca543d5b510a480eccc220837eae (diff)
downloadaur-9b600a5b0ececf3c1b635775e78d0c15cb163733.tar.gz
Added git dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89c770559f21..7191a363fe60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = async-profiler-git
groups = jvm-profiling-tools
license = Apache
depends = java-environment
+ depends = git
provides = async-profiler
conflicts = async-profiler
source = git+https://github.com/jvm-profiling-tools/async-profiler
diff --git a/PKGBUILD b/PKGBUILD
index a37edd2555a1..5114f6410a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('Apache')
provides=('async-profiler')
conflicts=('async-profiler')
groups=('jvm-profiling-tools')
-depends=('java-environment')
+depends=('java-environment' 'git')
source=("git+$url")
sha256sums=('SKIP')