summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Silva2024-03-05 11:46:16 +0000
committerRafael Silva2024-03-05 11:46:16 +0000
commit1242bfb81abcbe0d559c6a4b081291ea2272eac7 (patch)
treed40d11163eb096223441e3a24fa3d555d35aeb21 /PKGBUILD
parent436eae304c14c4f5796f2a4d48c5ec041c53ff0c (diff)
downloadaur-black-magic-debug-git.tar.gz
re-enable prepare step subprojects download
upstream fixed the issue with subproject wraps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5ef283b4cff..293c24a54108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgbase='black-magic-debug'
pkgbase="${_pkgbase}-git"
pkgname=(black-magic-debug-app-git black-magic-debug-udev-git)
-pkgver=1.10.0.r612.g8a7d6982
-pkgrel=2
+pkgver=1.10.0.r618.gefe259ab
+pkgrel=1
pkgdesc='Plug&Play in application debugger for microcontrollers'
arch=('any')
url='https://black-magic.org'
@@ -20,7 +20,7 @@ pkgver() {
prepare() {
cd blackmagic
- # meson subprojects download
+ meson subprojects download
}
build() {