summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStyle Mistake2017-03-01 02:49:37 +0200
committerStyle Mistake2017-03-01 02:49:37 +0200
commitbf98fae252d726d03324cb669ace4f11576965d1 (patch)
tree436659cb12544510aeb2acd0c87eab522f070b8b
parent7e232b7139bf129a089cb6c1c294983eabfe966b (diff)
downloadaur-bf98fae252d726d03324cb669ace4f11576965d1.tar.gz
Branch out to bitwig-studio-legacy
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb5850187c9..7e7691f04bca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 9 12:23:53 UTC 2016
-pkgbase = bitwig-studio
+# Wed Mar 1 00:49:27 UTC 2017
+pkgbase = bitwig-studio-legacy
pkgdesc = Digital audio workstation for music production, remixing and live performance
pkgver = 1.3.15
- pkgrel = 1
+ pkgrel = 2
url = https://www.bitwig.com/
arch = x86_64
license = custom
@@ -16,9 +16,11 @@ pkgbase = bitwig-studio
optdepends = oss
optdepends = ffmpeg: MP3 support
provides = bitwig-studio
+ conflicts = bitwig-studio
+ conflicts = bitwig-8-track
options = !strip
source = https://downloads.bitwig.com/stable/1.3.15/bitwig-studio-1.3.15.deb
md5sums = 401a1b9c437095903430b701bec6e699
-pkgname = bitwig-studio
+pkgname = bitwig-studio-legacy
diff --git a/PKGBUILD b/PKGBUILD
index e2ebd24e3c49..046dac24135c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# If you find problems with the package, create an issue on Github:
# https://github.com/stylemistake/bitwig-studio-aur
-pkgname='bitwig-studio'
+pkgname='bitwig-studio-legacy'
pkgver='1.3.15'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Digital audio workstation for music production, remixing and live performance'
arch=('x86_64')
url='https://www.bitwig.com/'
@@ -16,7 +16,7 @@ depends=('jack' 'xdg-utils' 'zenity' 'xcb-util-wm' 'libbsd')
optdepends=('alsa-lib' 'oss' 'ffmpeg: MP3 support')
provides=('bitwig-studio')
replaces=()
-conflicts=()
+conflicts=('bitwig-studio' 'bitwig-8-track')
options=(!strip)
source=("https://downloads.bitwig.com/stable/${pkgver}/bitwig-studio-${pkgver}.deb")
md5sums=('401a1b9c437095903430b701bec6e699')