We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbd427 commit 74aea3bCopy full SHA for 74aea3b
blocksds-dsmi/PKGBUILD
@@ -5,12 +5,12 @@
5
pkgname=blocksds-dsmi
6
groups=(blocksds-extra)
7
# Date when this version of the package was released
8
-pkgver=20250820
+pkgver=20250907
9
pkgrel=1
10
epoch=
11
pkgdesc="DSerial hardware library"
12
arch=(any)
13
-source=("$pkgname::git+https://github.com/asiekierka/dsmi#commit=b63bb5886ddc")
+source=("$pkgname::git+https://github.com/asiekierka/dsmi#commit=602691a8faae")
14
url="https://github.com/asiekierka/dsmi"
15
license=("complex")
16
depends=(blocksds-toolchain blocksds-dserial)
@@ -26,8 +26,6 @@ prepare() {
26
build() {
27
cd "$pkgname/ds/libdsmi"
28
29
- sed -i -e 's/ -DDSMI_SUPPORT_WIFI//' Makefile.blocks
30
-
31
make -j`nproc` -f Makefile.blocks
32
}
33
0 commit comments