summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332bdd27e02c..c023d11aec0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluidlite-git
pkgdesc = A real-time software synthesizer with SF3 support (development version)
- pkgver = r42.7b5f279
+ pkgver = r133.d59d232
pkgrel = 1
url = https://github.com/divideconcept/FluidLite
arch = i686
@@ -9,9 +9,8 @@ pkgbase = fluidlite-git
makedepends = git
makedepends = cmake
depends = libvorbis
- conflicts = fluidsynth
+ conflicts = fluidlite
source = fluidlite::git+https://github.com/divideconcept/FluidLite.git
md5sums = SKIP
pkgname = fluidlite-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ec5c7b5590e2..113ea755706a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=fluidlite-git
-pkgver=r42.7b5f279
+pkgver=r133.d59d232
pkgrel=1
pkgdesc="A real-time software synthesizer with SF3 support (development version)"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/divideconcept/FluidLite"
license=('LGPL')
depends=('libvorbis')
makedepends=('git' 'cmake')
-conflicts=('fluidsynth')
+conflicts=('fluidlite')
source=(${pkgname%-*}::"git+https://github.com/divideconcept/FluidLite.git")
md5sums=('SKIP')
@@ -27,7 +27,8 @@ build() {
cd build
cmake ../${pkgname%-*} -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DFLUIDLITE_BUILD_STATIC=false
+ -DFLUIDLITE_BUILD_STATIC=false \
+ -DFLUIDLITE_BUILD_SHARED=true
make
}