libsigc++: update to 2.10.1.
This commit is contained in:
parent
ff717aeefe
commit
02be1cb8ef
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libsigc++'
|
||||
pkgname=libsigc++
|
||||
version=2.10.0
|
||||
revision=3
|
||||
version=2.10.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static --disable-documentation --disable-benchmark"
|
||||
hostmakedepends="m4"
|
||||
configure_args="--enable-static --disable-documentation"
|
||||
short_desc="Type-safe callback system for C++ programs"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://libsigc.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://libsigcplusplus.github.io/libsigcplusplus/"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81
|
||||
checksum=c9a25f26178c6cbb147f9904d8c533b5a5c5111a41ac2eb781eb734eea446003
|
||||
|
||||
libsigc++-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue