mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
confuse: update to 3.0 (soname bump).
This commit is contained in:
parent
00b8dd7e50
commit
b15dd1a718
2 changed files with 4 additions and 4 deletions
|
@ -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
|
libyaml-0.so.2 libyaml-0.1.4_1
|
||||||
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
|
libgtksourceviewmm-3.0.so.0 gtksourceviewmm-3.2.0_1
|
||||||
libyajl.so.2 yajl-2.0.1_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
|
libclang.so clang-3.4.2_1
|
||||||
liblldb.so lldb-3.5.1_1
|
liblldb.so lldb-3.5.1_1
|
||||||
libLLVM-3.5.so libllvm-3.5.0_1
|
libLLVM-3.5.so libllvm-3.5.0_1
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'confuse'
|
# Template file for 'confuse'
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=2.8
|
version=3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
short_desc="Small configuration file parser library for C"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://github.org/martinh/libconfuse/"
|
homepage="http://github.org/martinh/libconfuse/"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
||||||
checksum=2a8102bfa3ccc846c14d94a81b0abfb4f5e855809f89ff3722aca1a9f314ea0d
|
checksum=bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861
|
||||||
|
|
||||||
confuse-devel_package() {
|
confuse-devel_package() {
|
||||||
depends="confuse>=${version}_${revision}"
|
depends="confuse>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue