summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiao Junxuan2024-04-01 09:57:43 +0800
committerLiao Junxuan2024-04-01 09:57:43 +0800
commit2cc2926bf40c833e115d9584522fdad1f9f6a7e6 (patch)
tree8fbcf3f155dbdc94e79b8be75672c3b2e95db32f
parentfaf96ffef67f5bcead2c0839d23285f33f96350f (diff)
downloadaur-dynamorio-git.tar.gz
depend on doxygen
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba12cfa8f46e..21adf60a03f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dynamorio-git
pkgdesc = A dynamic instrumentation tool platform
- pkgver = 10.0.r6140.3fc09e86e
- pkgrel = 2
+ pkgver = 10.0.r6355.b9a0ba0e7
+ pkgrel = 1
url = https://github.com/DynamoRIO/dynamorio
arch = x86_64
license = BSD
@@ -9,7 +9,7 @@ pkgbase = dynamorio-git
license = LGPL2.1
makedepends = git
makedepends = cmake
- makedepends = doxygen-git
+ makedepends = doxygen
depends = gcc-libs
depends = zlib
depends = libunwind
@@ -18,7 +18,7 @@ pkgbase = dynamorio-git
depends = perl
depends = qt5-base
depends = python
- provides = dynamorio=10.0.r6140.3fc09e86e
+ provides = dynamorio=10.0.r6355.b9a0ba0e7
options = !strip
options = !lto
source = dynamorio-git::git+https://github.com/DynamoRIO/dynamorio.git
diff --git a/PKGBUILD b/PKGBUILD
index 657135a260f5..ade2b6b9801a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=dynamorio
pkgname=$_pkgname-git
pkgdesc="A dynamic instrumentation tool platform"
-pkgver=10.0.r6140.3fc09e86e
-pkgrel=2
+pkgver=10.0.r6355.b9a0ba0e7
+pkgrel=1
arch=('x86_64')
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')
provides=("$_pkgname=$pkgver")
options=(!strip !lto)
source=(