summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorboltbuckle2015-06-24 10:53:05 +0200
committerboltbuckle2015-06-24 10:53:05 +0200
commit501742b0ae89089d75d53d199c5a646b542476c1 (patch)
tree86280c392f5fd2b584e4f031286163659719adde /PKGBUILD
parent57f9625e89301d8d12fe4ff3f1bd3f613345e94c (diff)
downloadaur-501742b0ae89089d75d53d199c5a646b542476c1.tar.gz
Update to 6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD33
1 files changed, 22 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dc06de2ddb5..3dfe39a8971f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Christopher Arndt <chris@chrisarndt.de>
pkgname=tracktion-6
-pkgver=6.1.9
+pkgver=6.1.10
pkgrel=1
-pkgdesc="Commercial Music Production Software"
+pkgdesc="Commercial Proprietary Music Production Software"
arch=('x86_64')
url="http://www.tracktion.com/"
license=('custom')
-depends=('alsa-lib' 'mesa')
+depends=('alsa-lib' 'mesa' 'desktop-file-utils' 'shared-mime-info' )
optdepends=(
'jack: A low-latency audio server'
'ladspa-plugins: a set of ladspa plugins'
@@ -20,9 +20,9 @@ source=(
'Tracktion6.desktop'
)
install="tracktion.install"
-md5sums=('5e6485ed69610551d52bb523ce922389'
+md5sums=('fdce8646697d434c51daa2617911ffcd'
'd7bac73a1a52d26b337761a1d7ec561d'
- '6fca61296f0c1ebadfc09afdb794f8a9')
+ 'a6ef58fb9f98f01bb23a54d7ce97f678')
package() {
tar -x --lzma -f data.tar.lzma -C "${pkgdir}"
@@ -32,10 +32,21 @@ package() {
msg "---||-------------------------------------------------||"
msg "---|| All fine and dandy... ||"
- msg "---|| Tracktion for Linux is free but in demo mode. ||"
- msg "---|| Check your machine number in the about dialog. ||"
- msg "---|| You'll have to register at tracktion.com ||"
- msg "---|| Sign-up for the free linux version. ||"
- msg "---|| Download the keyfile to unlock the demo mode. ||"
- msg "---||-------------------------------------------------||"
+ msg "---|| Tracktion is no longer free nor open source ||"
+ msg "---|| and in demo mode. ||"
+ msg "---|| ||"
+ msg "---|| As of v6.1 Tracktion for Linux is considered ||"
+ msg "---|| production-ready and licenses now need to be ||"
+ msg "---|| purchased for new installs. ||"
+ msg "---|| ||"
+ msg "---|| If you obtained a free license for T6.0 it ||"
+ msg "---|| should continue to work on the machine you ||"
+ msg "---|| registered it on for the lifetime of the T6 ||"
+ msg "---|| series ||"
+ msg "---|| ||"
+ msg "---|| Alternatively try out an older version ||"
+ msg "---|| Tracktion-4-Free at AUR ||"
+ msg "---|| ||"
+ msg "---|| Visit www.tracktion.com for more info ||"
+ msg "---||-------------------------------------------------||"
}