Package Details: dynamorio 10.0.0-1

Git Clone URL: https://aur.archlinux.org/dynamorio.git (read-only, click to copy)
Package Base: dynamorio
Description: A dynamic instrumentation tool platform
Upstream URL: https://github.com/DynamoRIO/dynamorio
Licenses: BSD, LGPL2.1, custom:libelftc
Submitter: MikeWalrus
Maintainer: MikeWalrus
Last Packager: MikeWalrus
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-19 07:18 (UTC)
Last Updated: 2024-03-08 03:46 (UTC)

Latest Comments

MrSoup678 commented on 2025-04-20 14:54 (UTC) (edited on 2025-04-20 14:54 (UTC) by MrSoup678)

There's a snag however. Current version from git is 11.3-1.

diff --git a/PKGBUILD b/PKGBUILD
index 287c544..8646f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
 # Maintainer: Junxuan Liao <mikeljx at 126 dot com>
+# Contributor: Sławomir Śpiewak <slawekwaga at gmail dot com>
 pkgname=dynamorio
 pkgdesc="A dynamic instrumentation tool platform"
-pkgver=10.0.0
+pkgver=11.3.0
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/DynamoRIO/dynamorio"
@@ -10,8 +11,9 @@ groups=()
 depends=('gcc-libs' 'zlib' 'libunwind' 'snappy' 'lz4' 'perl' 'qt5-base' 'python')
 makedepends=('git' 'cmake' 'doxygen')
 options=(!strip)
+#FIXME: Remove "-1" part once upstream updates past 11.3
 source=(
-    "${pkgname}::git+${url}.git#tag=release_${pkgver}"
+    "${pkgname}::git+${url}.git#tag=release_${pkgver}-1"
     "git+https://github.com/intel/libipt.git"
     "git+https://github.com/madler/zlib.git"
     )