libjaylink: update to 0.3.0.

This commit is contained in:
classabbyamp 2022-08-16 18:21:00 -04:00 committed by classabbyamp
parent 5d0d24c8b5
commit e41e4733b1
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libjaylink'
pkgname=libjaylink
version=0.2.0
version=0.3.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
@ -9,11 +9,13 @@ short_desc="Library to access SEGGER J-Link and compatible devices"
maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-2.0-or-later"
homepage="https://gitlab.zapb.de/libjaylink/libjaylink"
changelog="https://gitlab.zapb.de/libjaylink/libjaylink/-/raw/master/NEWS"
distfiles="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${version}/libjaylink-${version}.tar.gz"
checksum=ac10d03088a2f28ebfc0411f9e617433936220dc183050f2e429694dcadc4f2a
checksum=7885e295a567bcacb3f5ec825647d99b2bb0f7e37ccb390019813ff6e249b9b5
pre_configure() {
./autogen.sh
vsed -e '3904s/^+//' -i configure
}
libjaylink-devel_package() {