summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-06-11 11:12:50 +0200
committerJakob Gahde2016-06-11 11:12:50 +0200
commitedc0887ac16c4307e21c067ced72992efec11ee5 (patch)
tree1d020b6ecf29fb5c1da7cb0b8ea5231ee780951c /PKGBUILD
parentc14544fe9c25ee9adf8d99af262a33066c207b17 (diff)
downloadaur-edc0887ac16c4307e21c067ced72992efec11ee5.tar.gz
radium 3.9.3-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
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() {