summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Silva2024-03-01 11:53:52 +0000
committerRafael Silva2024-03-01 11:53:52 +0000
commitd3f1182a932a8be10475d686681363d8734d626e (patch)
treec5dda9a704b06e06d0c077cd3194e6071b529df4
parente474d056906f804c22301336eedeac9a585f46a6 (diff)
downloadaur-d3f1182a932a8be10475d686681363d8734d626e.tar.gz
don't clone all deps in prepare as some wraps are badly declared, disable newly added disabled feature
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d17e71e5b4c4..e35795bdbe93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = black-magic-debug-git
pkgdesc = Plug&Play in application debugger for microcontrollers
- pkgver = 1.10.0.r393.gcccceeac
+ pkgver = 1.10.0.r612.g8a7d6982
pkgrel = 1
url = https://black-magic.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d91264f4e59a..2ff8eafb1878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='black-magic-debug'
pkgbase="${_pkgbase}-git"
pkgname=(black-magic-debug-app-git black-magic-debug-udev-git)
-pkgver=1.10.0.r393.gcccceeac
+pkgver=1.10.0.r612.g8a7d6982
pkgrel=1
pkgdesc='Plug&Play in application debugger for microcontrollers'
arch=('any')
@@ -20,12 +20,12 @@ pkgver() {
prepare() {
cd blackmagic
- meson subprojects download
+ # meson subprojects download
}
build() {
cd blackmagic
- arch-meson . build -Dprobe='' -Drtt_support=true -Dadvertise_noackmode=true
+ arch-meson . build -Dprobe='' -Drtt_support=true -Dadvertise_noackmode=true -Denable_gpiod=disabled
meson compile -C build
}