rtl_433: update to 24.10.

This commit is contained in:
classabbyamp 2024-11-01 01:53:09 -04:00
parent 3bd502430c
commit 31cdc98446
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,6 +1,6 @@
# Template file for 'rtl_433'
pkgname=rtl_433
version=23.11
version=24.10
revision=1
build_style=cmake
hostmakedepends="pkg-config libtool"
@ -11,11 +11,11 @@ license="GPL-2.0-or-later"
homepage="https://github.com/merbanan/rtl_433"
changelog="https://raw.githubusercontent.com/merbanan/rtl_433/master/CHANGELOG.md"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=1260c58400bf35832ac1b76cb3cccf3dc1335ffa2416909c63c7d7060c74663b
checksum=e5ab1597a723bf9e0eaa56be988b23dae3670471c6472510ba07b3b588407dcb
post_install() {
vmkdir usr/share/examples
mv ${DESTDIR}/usr/etc/rtl_433 ${DESTDIR}/usr/share/examples
mv ${DESTDIR}/etc/rtl_433 ${DESTDIR}/usr/share/examples
}
rtl_433-devel_package() {