Date: Saturday, May 16, 2020 @ 09:01:34 Author: dvzrv Revision: 383755
upgpkg: zita-resampler 1.6.2-3: Rebuilding for new key. Cleaning up build(). Updating maintainer info. Modified: zita-resampler/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-16 08:58:33 UTC (rev 383754) +++ PKGBUILD 2020-05-16 09:01:34 UTC (rev 383755) @@ -1,10 +1,10 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> # Contributor: speps <speps at aur dot archlinux dot org> # Contributor: Philipp Überbacher <murks at lavabit dot com> pkgname=zita-resampler pkgver=1.6.2 -pkgrel=2 +pkgrel=3 pkgdesc="A C++ library for resampling audio signals" url="https://kokkinizita.linuxaudio.org/linuxaudio/" arch=('x86_64') @@ -35,11 +35,8 @@ cd "${pkgname}-${pkgver}" # libs make -C source - ( - cd source - # create lib link for building apps - ln -sv "lib${pkgname}.so.${pkgver}" "lib${pkgname}.so" - ) + # create lib link for building apps + ln -sv "lib${pkgname}.so.${pkgver}" "source/lib${pkgname}.so" # apps make LDFLAGS+=" -L../source" CXXFLAGS+=" -I../source" -C apps # cleanup link @@ -54,4 +51,3 @@ install -vDm 644 {AUTHORS,README} docs/* \ -t "${pkgdir}/usr/share/doc/${pkgname}" } -
