Skip to content

Commit 74aea3b

Browse files
committed
dsmi: Update to v20250907
1 parent 4fbd427 commit 74aea3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blocksds-dsmi/PKGBUILD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
pkgname=blocksds-dsmi
66
groups=(blocksds-extra)
77
# Date when this version of the package was released
8-
pkgver=20250820
8+
pkgver=20250907
99
pkgrel=1
1010
epoch=
1111
pkgdesc="DSerial hardware library"
1212
arch=(any)
13-
source=("$pkgname::git+https://github.com/asiekierka/dsmi#commit=b63bb5886ddc")
13+
source=("$pkgname::git+https://github.com/asiekierka/dsmi#commit=602691a8faae")
1414
url="https://github.com/asiekierka/dsmi"
1515
license=("complex")
1616
depends=(blocksds-toolchain blocksds-dserial)
@@ -26,8 +26,6 @@ prepare() {
2626
build() {
2727
cd "$pkgname/ds/libdsmi"
2828

29-
sed -i -e 's/ -DDSMI_SUPPORT_WIFI//' Makefile.blocks
30-
3129
make -j`nproc` -f Makefile.blocks
3230
}
3331

0 commit comments

Comments
 (0)