summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2023-08-24 00:33:43 +0200
committerCarsten Teibes2023-08-24 00:33:43 +0200
commit7e9d2c29a141d29ee317160352579ee4f3aa0748 (patch)
tree62bf4841ff3de914e765341f7a6550a73febe836 /PKGBUILD
parentcd4474eb79e7210a9ef4b5cc12bb22df3d95e8da (diff)
downloadaur-7e9d2c29a141d29ee317160352579ee4f3aa0748.tar.gz
[fix]
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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
}