[arch-commits] Commit in qsynth/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Wed Oct 19 22:09:15 UTC 2016
Date: Wednesday, October 19, 2016 @ 22:09:14
Author: schiv
Revision: 279025
upgpkg: qsynth 0.4.2-1
upstream release
Modified:
qsynth/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-19 22:01:00 UTC (rev 279024)
+++ PKGBUILD 2016-10-19 22:09:14 UTC (rev 279025)
@@ -3,7 +3,7 @@
# Contributor: damir <damir at archlinux.org>
pkgname=qsynth
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Qt GUI for FluidSynth"
arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
makedepends=('qt5-tools')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('1fc967c1aa0b468e9be1916e6fe836a4')
+md5sums=('1a343dd1d939af7ae455ba927e042d7b')
prepare() {
cd $pkgname-$pkgver
# Fix build with GCC 6
- 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() {
More information about the arch-commits
mailing list