diff --git a/common/shlibs b/common/shlibs index 2625b8461e2..b428aec77fc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2742,8 +2742,8 @@ libmozjs-.so mozjs38-38.8.0_1 libostree-1.so.1 libostree-2017.3_1 librhash.so.0 rhash-1.3.4_1 libserialport.so.0 libserialport-0.1.1_1 -libsigrok.so.3 libsigrok-0.4.0_1 -libsigrokcxx.so.3 libsigrok-0.4.0_1 +libsigrok.so.4 libsigrok-0.5.0_1 +libsigrokcxx.so.4 libsigrok-0.5.0_1 libsigrokdecode.so.3 libsigrokdecode-0.4.1_1 libglyr.so.1 glyr-1.0.8_1 libPocoJSON.so.48 poco-1.7.8p2_1 diff --git a/srcpkgs/libsigrok/patches/replace_stringify_macro.patch b/srcpkgs/libsigrok/patches/replace_stringify_macro.patch deleted file mode 100644 index 6172d11c4d8..00000000000 --- a/srcpkgs/libsigrok/patches/replace_stringify_macro.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/hardware/beaglelogic/beaglelogic.h -+++ src/hardware/beaglelogic/beaglelogic.h -@@ -30,8 +30,7 @@ - - /* BeagleLogic device node name */ - #define BEAGLELOGIC_DEV_NODE "/dev/beaglelogic" --#define BEAGLELOGIC_SYSFS_ATTR(a) "/sys/devices/virtual/misc/beaglelogic/"\ -- __STRING(a) -+#define BEAGLELOGIC_SYSFS_ATTR(a) "/sys/devices/virtual/misc/beaglelogic/" #a - - /* Reproduced verbatim from beaglelogic.h in the kernel tree until the kernel - * module hits the mainline. Contains the ABI, so DO NOT TOUCH this section */ diff --git a/srcpkgs/libsigrok/template b/srcpkgs/libsigrok/template index b31e7ee6b48..66d63ce4f15 100644 --- a/srcpkgs/libsigrok/template +++ b/srcpkgs/libsigrok/template @@ -1,6 +1,6 @@ # Template file for 'libsigrok' pkgname=libsigrok -version=0.4.0 +version=0.5.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config doxygen python3" @@ -16,7 +16,7 @@ maintainer="lemmi " license="GPL-3" homepage="https://sigrok.org/" distfiles="https://sigrok.org/download/source/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=5f291f3fee36e6dab1336f1c78596e50588831bc5ebd7cddc2a95fe8c71d669e +checksum=4c8c86779b880a5c419f6c77a08b1147021e5a19fa83b0f3b19da27463c9f3a4 libsigrok-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${_devicelibs}"