summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f6f2d0ec32c..7f8f2b13f587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 7 21:44:25 UTC 2016
+# Sat Jun 11 09:11:47 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 3.9.2
+ pkgver = 3.9.3
pkgrel = 1
url = http://users.notam02.no/~kjetism/radium/
arch = i686
@@ -25,16 +25,12 @@ pkgbase = radium
depends = libxinerama
depends = libxcursor
options = !strip
- source = https://github.com/kmatheussen/radium/archive/3.9.2.tar.gz
+ source = https://github.com/kmatheussen/radium/archive/3.9.3.tar.gz
source = reenable-libbfd-workaround.patch
source = use-gcc5-for-pluginhost.patch
- source = https://github.com/kmatheussen/radium/commit/62dbff512d430c9e93c04e85fd24221a26553c3c.patch
- source = https://github.com/kmatheussen/radium/commit/ec15def19888a2200e0dca2f9d7dd39282b6a23a.patch
- md5sums = 5446a04c647665ce3968d7f5fb74ec34
+ md5sums = 93e284f36b8da0f236850a06be2b9a26
md5sums = 74ea7a54f0e358035a7f0cc7baf54b6e
md5sums = 9c19006defeef7e317ec23ed8eae1b72
- md5sums = 840ef9b1f4f06627d69550f1e76c7f4a
- md5sums = 17a8de84ad89a635a6f5737b45549116
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 38e576f27287..81a441997c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# 4. cp -va "VST3 SDK/." ~/SDKs/vstsdk2.4
pkgname=radium
-pkgver=3.9.2
+pkgver=3.9.3
pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
@@ -38,14 +38,10 @@ makedepends=(
options=(!strip)
source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz"
"reenable-libbfd-workaround.patch"
- "use-gcc5-for-pluginhost.patch"
- "https://github.com/kmatheussen/radium/commit/62dbff512d430c9e93c04e85fd24221a26553c3c.patch"
- "https://github.com/kmatheussen/radium/commit/ec15def19888a2200e0dca2f9d7dd39282b6a23a.patch")
-md5sums=('5446a04c647665ce3968d7f5fb74ec34'
+ "use-gcc5-for-pluginhost.patch")
+md5sums=('93e284f36b8da0f236850a06be2b9a26'
'74ea7a54f0e358035a7f0cc7baf54b6e'
- '9c19006defeef7e317ec23ed8eae1b72'
- '840ef9b1f4f06627d69550f1e76c7f4a'
- '17a8de84ad89a635a6f5737b45549116')
+ '9c19006defeef7e317ec23ed8eae1b72')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -56,9 +52,6 @@ prepare() {
# specific to GCC5, so they don't compile with Arch's regular GCC6 and we
# have to switch back manually
patch -Np1 < "${srcdir}/use-gcc5-for-pluginhost.patch"
- # See https://groups.google.com/d/msg/radium-music-editor/rXIcVpKgXXs/od7802ojBQAJ
- patch -Np1 < "${srcdir}/62dbff512d430c9e93c04e85fd24221a26553c3c.patch"
- patch -Np1 < "${srcdir}/ec15def19888a2200e0dca2f9d7dd39282b6a23a.patch"
}
build() {