summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a37dedbaeb46..4a73fb0db414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = dynamorio
license = LGPL2.1
makedepends = git
makedepends = cmake
- makedepends = doxygen-git
+ makedepends = doxygen
depends = gcc-libs
depends = zlib
depends = libunwind
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}"