summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-11-16 00:00:49 +0100
committerJakob Gahde2016-11-16 00:00:49 +0100
commit4af90824c6f7eeaed149ee4de6708f134fc029d5 (patch)
tree5e4116d2a62a0e49b2203b9f5719fadb5b8882ce
parent1750ad50852433ab9c86aebd38a965fbe979ff11 (diff)
downloadaur-4af90824c6f7eeaed149ee4de6708f134fc029d5.tar.gz
radium 4.2.7-1: New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02608e76c4a9..36cc556c6beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 10:36:31 UTC 2016
+# Tue Nov 15 22:57:37 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 4.2.6
+ pkgver = 4.2.7
pkgrel = 1
url = http://users.notam02.no/~kjetism/radium/
arch = i686
@@ -30,14 +30,12 @@ pkgbase = radium
depends = libxinerama
depends = libxcursor
options = !strip
- source = https://github.com/kmatheussen/radium/archive/4.2.6.tar.gz
- source = https://github.com/kmatheussen/radium/commit/3d012688b2ae763d07b489ac8feb2ded619f7b80.patch
+ source = https://github.com/kmatheussen/radium/archive/4.2.7.tar.gz
source = faust-accept-clang-390.patch
source = dont-empty-qt-library-paths.patch
source = use-gcc5-for-pluginhost.patch
source = use-system-vstsdk.patch
- md5sums = a6d45735ea5079302b6a87d63dcdd70b
- md5sums = e36c058b57be5835b49e02b468d3852a
+ md5sums = 26038c402857fdb314eb29cb74dcac88
md5sums = 9c72bd466ead73e36b0c2d4297d76870
md5sums = 77c202bc0a36562eb7b805ad6b7a85b3
md5sums = 9c19006defeef7e317ec23ed8eae1b72
diff --git a/PKGBUILD b/PKGBUILD
index c52575772e83..f88c13a46bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=radium
-pkgver=4.2.6
+pkgver=4.2.7
pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
@@ -35,13 +35,11 @@ makedepends=(
)
options=(!strip)
source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz"
- "https://github.com/kmatheussen/radium/commit/3d012688b2ae763d07b489ac8feb2ded619f7b80.patch"
"faust-accept-clang-390.patch"
"dont-empty-qt-library-paths.patch"
"use-gcc5-for-pluginhost.patch"
"use-system-vstsdk.patch")
-md5sums=('a6d45735ea5079302b6a87d63dcdd70b'
- 'e36c058b57be5835b49e02b468d3852a'
+md5sums=('26038c402857fdb314eb29cb74dcac88'
'9c72bd466ead73e36b0c2d4297d76870'
'77c202bc0a36562eb7b805ad6b7a85b3'
'9c19006defeef7e317ec23ed8eae1b72'
@@ -50,9 +48,6 @@ md5sums=('a6d45735ea5079302b6a87d63dcdd70b'
prepare() {
cd "${pkgname}-${pkgver}"
- # See https://groups.google.com/d/msg/radium-music-editor/Mt2-JLA7L0o/p3E8TdmrBQAJ
- patch -Np1 < "${srcdir}/3d012688b2ae763d07b489ac8feb2ded619f7b80.patch"
-
# Fix faust2 compilation on llvm 3.9.0
patch -Np1 < "${srcdir}/faust-accept-clang-390.patch"