confuse: update to 3.0 (soname bump).
This commit is contained in:
parent
00b8dd7e50
commit
b15dd1a718
|
@ -941,7 +941,7 @@ libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
|
|||
libyaml-0.so.2 libyaml-0.1.4_1
|
||||
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
|
||||
libyajl.so.2 yajl-2.0.1_1
|
||||
libconfuse.so.0 confuse-2.7_1
|
||||
libconfuse.so.1 confuse-3.0_1
|
||||
libclang.so clang-3.4.2_1
|
||||
liblldb.so lldb-3.5.1_1
|
||||
libLLVM-3.5.so libllvm-3.5.0_1
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'confuse'
|
||||
pkgname=confuse
|
||||
version=2.8
|
||||
version=3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --enable-static --disable-nls"
|
||||
configure_args="--enable-shared --enable-static"
|
||||
short_desc="Small configuration file parser library for C"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://github.org/martinh/libconfuse/"
|
||||
license="ISC"
|
||||
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
||||
checksum=2a8102bfa3ccc846c14d94a81b0abfb4f5e855809f89ff3722aca1a9f314ea0d
|
||||
checksum=bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861
|
||||
|
||||
confuse-devel_package() {
|
||||
depends="confuse>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue