summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-04-22 17:28:30 +0200
committerJakob Gahde2017-04-22 17:28:30 +0200
commit975a7c24d936e39f0d60e6c1da61b78c480205cc (patch)
tree1bdc48e006440ebd29fc90f5c8e83c7820f9dc55 /PKGBUILD
parenta1cf1e5b90a147724a621d28769082a6e7741b1f (diff)
downloadaur-975a7c24d936e39f0d60e6c1da61b78c480205cc.tar.gz
radium 4.7.4-1: New version
As of now, this version is not compatible with LLVM 4, so we need to use 3.9.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33cc4addd6ce..53bab0a8d43c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Teteros <teteros -at- opmbx -dot- org>
pkgname=radium
-pkgver=4.7.2
+pkgver=4.7.4
pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
@@ -23,12 +23,13 @@ depends=(
'libxinerama'
'libxcursor'
'hicolor-icon-theme'
+ 'llvm39-libs'
)
optdepends=('calf-ladspa' 'ladspa-plugins')
makedepends=(
'cmake'
'boost'
- 'llvm'
+ 'llvm39'
'qt5-tools'
'libxrandr'
'steinberg-vst36'
@@ -38,7 +39,7 @@ source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz"
"dont-empty-qt-library-paths.patch"
"use-system-libxcb.patch"
"use-system-vstsdk.patch")
-md5sums=('15a12ec11f86f99ba57fe18c07a41008'
+md5sums=('68c737eb5a6d798c26323f9569235138'
'd63cea387564fa21dee775e764206a45'
'd798d5655e2899dc1b54f797d9b2bda3'
'd068d4bc99360cd4ec933c57ab9f5159')