Date: Wednesday, October 19, 2016 @ 21:18:52 Author: schiv Revision: 279015
upgpkg: qjackctl 0.4.3-1 Delayed upstream sync Modified: qjackctl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-19 20:35:47 UTC (rev 279014) +++ PKGBUILD 2016-10-19 21:18:52 UTC (rev 279015) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=qjackctl -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=1 pkgdesc="A Qt front-end for the JACK low-latency audio server" url="http://qjackctl.sourceforge.net/" @@ -12,7 +12,7 @@ depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme') makedepends=('qt5-tools') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('272cacd4878521e4ba43fd23b19da8a5') +md5sums=('cc4ec4c8e8fadbe8df3f38d4294402eb') prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -21,7 +21,7 @@ # https://lists.fedoraproject.org/archives/list/[email protected]/thread/Q5SWCUUMWQ4EMS7CU2CBOZHV3WZYOOTT/ # http://pkgs.fedoraproject.org/cgit/rpms/qjackctl.git/commit/?id=c00a81a701e6d4a82aff6ae99ae7af3d162ca542 # not so sure this is a proper fix, but seems to be the problem described -- schiv - sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure + #sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure } build() {
