summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12020-12-01 17:11:06 +0800
committerChocobo12020-12-01 17:11:06 +0800
commit05143effddb9b8bf4be27fca8c5de09a833d4e1d (patch)
tree9b6e7922ec284fd77309586fd70c1aa1bbda32e3 /PKGBUILD
parent85798caef25d6b91c966b6deab75f2e13a8b88de (diff)
downloadaur-05143effddb9b8bf4be27fca8c5de09a833d4e1d.tar.gz
upgpkg: exhale-git 1.1.0.r0.gc71ec48-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e7435113859..49619067bddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=exhale-git
-pkgver=1.0.7.r2.g9323a9d
+pkgver=1.1.0.r0.gc71ec48
pkgrel=1
pkgdesc="Open source xHE-AAC encoder"
arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@ depends=('gcc-libs')
makedepends=('git' 'cmake')
provides=('exhale')
conflicts=('exhale')
-options=('staticlibs')
source=("git+https://gitlab.com/ecodis/exhale.git")
sha256sums=('SKIP')
@@ -30,6 +29,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
+ -DBUILD_SHARED_LIBS=ON \
./
make -C "_build"
}