diff options
author | Christopher Arndt | 2016-03-20 22:26:10 +0100 |
---|---|---|
committer | Christopher Arndt | 2016-03-20 22:26:10 +0100 |
commit | 8db94f93fe4d07b3a3296455b037eaca42bc5610 (patch) | |
tree | f519d94cbac2e2fb02caf5dde7b4ad6e7692e64f | |
parent | a7007c13d5b496c77d6273c1f7baab0d65d0a38b (diff) | |
download | aur-8db94f93fe4d07b3a3296455b037eaca42bc5610.tar.gz |
New upstream version 6.3.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | PKGBUILD | 9 |
3 files changed, 14 insertions, 8 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Sun Mar 20 21:24:47 UTC 2016 pkgbase = tracktion-6 pkgdesc = Commercial Proprietary Music Production Software - pkgver = 6.3.0 + pkgver = 6.3.1 pkgrel = 1 url = http://www.tracktion.com/ install = tracktion.install @@ -12,10 +14,10 @@ pkgbase = tracktion-6 depends = shared-mime-info optdepends = jack: A low-latency audio server optdepends = ladspa-plugins: a set of ladspa plugins - source = https://s3-us-west-2.amazonaws.com/tracktion-marketplace-public/TracktionInstall_6_Linux_64Bit_latest.deb + source = https://s3-us-west-2.amazonaws.com/tracktion-marketplace-public/archive/t6/TracktionInstall_6_3_1_Linux_64Bit.deb source = license source = Tracktion6.desktop - md5sums = bdbc41e8e849460f799e5328ec3799d6 + md5sums = 77393f2440c1b3da9d5ea8e4fa315828 md5sums = d7bac73a1a52d26b337761a1d7ec561d md5sums = 5f3f8df1af8260db42a1ab4cc313d75a diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..6ace208f9ffe --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.AURINFO +pkg/ +src/ +tracktion-6-*.pkg.tar.xz +TracktionInstall_*_Linux_??Bit.deb @@ -2,7 +2,7 @@ # Contributor: Christopher Arndt <chris@chrisarndt.de> pkgname=tracktion-6 -pkgver=6.3.0 +pkgver=6.3.1 pkgrel=1 pkgdesc="Commercial Proprietary Music Production Software" arch=('x86_64') @@ -14,13 +14,12 @@ optdepends=( 'ladspa-plugins: a set of ladspa plugins' ) conflicts=() -source=( - "https://s3-us-west-2.amazonaws.com/tracktion-marketplace-public/TracktionInstall_6_Linux_64Bit_latest.deb" - 'license' +source=("https://s3-us-west-2.amazonaws.com/tracktion-marketplace-public/archive/t6/TracktionInstall_6_3_1_Linux_64Bit.deb" + 'license' 'Tracktion6.desktop' ) install="tracktion.install" -md5sums=('bdbc41e8e849460f799e5328ec3799d6' +md5sums=('77393f2440c1b3da9d5ea8e4fa315828' 'd7bac73a1a52d26b337761a1d7ec561d' '5f3f8df1af8260db42a1ab4cc313d75a') |