summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiao Junxuan2024-03-08 11:45:07 +0800
committerLiao Junxuan2024-03-08 11:45:07 +0800
commit77d6c68a44705b5eeaf64aca22b8f9a0de2ca2a0 (patch)
tree73b7a44a2c4f90080b747a2492af411a0611e88e /PKGBUILD
parentf483f696ba9e0ac1752e13d7701a1221cec95425 (diff)
downloadaur-dynamorio.tar.gz
use doxygen instead of doxygen-git
The package now builds with doxygen.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17abf4948428..287c54421610 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-git')
+makedepends=('git' 'cmake' 'doxygen')
options=(!strip)
source=(
"${pkgname}::git+${url}.git#tag=release_${pkgver}"