diff --git a/srcpkgs/ngspice/template b/srcpkgs/ngspice/template index 3f9bb21b426..9ab99871721 100644 --- a/srcpkgs/ngspice/template +++ b/srcpkgs/ngspice/template @@ -1,7 +1,7 @@ # Template file for 'ngspice' pkgname=ngspice -version=27 -revision=2 +version=28 +revision=1 build_style=gnu-configure configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider" hostmakedepends="bison byacc" @@ -11,7 +11,7 @@ maintainer="Toyam Cox " license="LGPL-2.1" homepage="http://ngspice.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz" -checksum=0c08c7d57a2e21cf164496f3237f66f139e0c78e38345fbe295217afaf150695 +checksum=94804fa78c8db2f90f088902e8c27f7b732a66767a58c70f37612bff5a16df66 nocross="https://travis-ci.org/Vaelatern/void-packages/jobs/207472663 but really should be possible with clearing CFLAGS for that binary" case "$XBPS_TARGET_MACHINE" in @@ -23,6 +23,7 @@ ngspice-devel_package() { depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.so + vmove "usr/lib/*.so" + vmove usr/lib/pkgconfig } }