summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-05-18 10:10:23 -0600
committerAinola2017-05-18 10:10:23 -0600
commit25058871a8060808f9909cc03b052c077cd83a5d (patch)
treec2132aa67914c7e436178c5491a7a6a7f04a7ef9 /PKGBUILD
parente26499000b41ede77c9ab7e1d4ce0dba4d9d3913 (diff)
downloadaur-25058871a8060808f9909cc03b052c077cd83a5d.tar.gz
conflict with libextractor
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96698f732e53..7ab8be3f4eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
# Contributor: Bernardo Barros
pkgname=csound
+# 6.08.1 is a bugfix release for Windows only.
pkgver=6.08.0
-pkgrel=4
+pkgrel=5
pkgdesc="A programming language for sound rendering and signal processing."
arch=('i686' 'x86_64')
url="http://csound.github.io"
@@ -15,6 +16,8 @@ optdepends=('csound-doc: The Canonical Csound Reference Manual'
'csoundqt: Qt frontend'
'java-environment: Java Wrapper'
'vim-csound: Syntax Highlighting and Bindings for Vim')
+# Both Libextractor and Csound install /usr/bin/extractor
+conflicts=('libextractor')
source=("https://github.com/csound/csound/archive/${pkgver}.tar.gz"
"Custom.cmake"
"csound.sh")