diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-28 15:11:16 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-28 15:11:16 -0200 |
commit | 19d646f8d8641a9e7e771a49ffd778adc7d57e35 (patch) | |
tree | 9df0dc07034a030d8ff5992f7bce9c86dab853bd /libre/ecasound | |
parent | 42eae6066511a8fd263fbbd12e79746648fb357f (diff) | |
download | abslibre-19d646f8d8641a9e7e771a49ffd778adc7d57e35.tar.gz abslibre-19d646f8d8641a9e7e771a49ffd778adc7d57e35.tar.bz2 abslibre-19d646f8d8641a9e7e771a49ffd778adc7d57e35.zip |
ecasound-2.9.1-3.parabola1: rebuild for static libs (FS#43175 -> https://bugs.archlinux.org/task/43175)
Diffstat (limited to 'libre/ecasound')
-rw-r--r-- | libre/ecasound/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/ecasound/PKGBUILD b/libre/ecasound/PKGBUILD index 8e156c615..4bbf85eef 100644 --- a/libre/ecasound/PKGBUILD +++ b/libre/ecasound/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 205044 2014-02-03 17:11:21Z schiv $ +# $Id: PKGBUILD 228113 2014-12-28 10:28:58Z schiv $ # Maintainer (Arch): Ray Rashif <schiv@archlinux.org> # Contributor (Arch): Eric Belanger <eric@archlinux.org> # Contributor (Arch): Tom Newsom <Jeepster@gmx.co.uk> @@ -6,7 +6,7 @@ pkgname=ecasound pkgver=2.9.1 -pkgrel=2.parabola1 +pkgrel=3.parabola1 pkgdesc="Command-line multitrack audio processor, without nonfree faac recommendation" arch=('i686' 'x86_64' 'mips64el') url="http://www.eca.cx/ecasound/" @@ -25,6 +25,7 @@ replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz" 'ruby2.patch') +options=('staticlibs') md5sums=('13c7be1e4eddc0bbf3792dc17777e465' '6909dbd4f67f76d3bd31ce7c7fe16212') |