libjodycode: update to 3.1

This commit is contained in:
cinerea0 2023-07-04 13:14:54 -04:00 committed by classabbyamp
parent 6db94c4e08
commit ce397dbc56

View file

@ -1,6 +1,6 @@
# Template file for 'libjodycode'
pkgname=libjodycode
version=3.0.1
version=3.1
revision=1
build_style=gnu-makefile
make_use_env=yes
@ -10,7 +10,7 @@ license="MIT"
homepage="https://github.com/jbruchon/libjodycode"
changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf
checksum=c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184
post_install() {
vlicense LICENSE.txt
@ -21,6 +21,7 @@ libjodycode-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}