summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiao Junxuan2023-11-08 11:51:23 +0800
committerLiao Junxuan2023-11-08 11:51:23 +0800
commitf483f696ba9e0ac1752e13d7701a1221cec95425 (patch)
treef7e5b1503cea5f1d3ea7d91268089c7001b3d55a
parentf69f85535bc973805908c99efe31c33d5d9569cd (diff)
downloadaur-f483f696ba9e0ac1752e13d7701a1221cec95425.tar.gz
depends on doxygen-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a73fb0db414..a37dedbaeb46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = dynamorio
license = LGPL2.1
makedepends = git
makedepends = cmake
- makedepends = doxygen
+ makedepends = doxygen-git
depends = gcc-libs
depends = zlib
depends = libunwind
diff --git a/PKGBUILD b/PKGBUILD
index 287c54421610..17abf4948428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/DynamoRIO/dynamorio"
license=('BSD' 'custom:libelftc' 'LGPL2.1')
groups=()
depends=('gcc-libs' 'zlib' 'libunwind' 'snappy' 'lz4' 'perl' 'qt5-base' 'python')
-makedepends=('git' 'cmake' 'doxygen')
+makedepends=('git' 'cmake' 'doxygen-git')
options=(!strip)
source=(
"${pkgname}::git+${url}.git#tag=release_${pkgver}"