Compare commits

..

2 commits

Author SHA1 Message Date
641a141cdc
nvchecker: add python-cheetah3 2022-09-26 20:12:24 +13:00
4dec4c3fbc
upgpkg: bitwig-studio
* Add supported plugin hosts to provides: vst, vst3, clap.
* Add group: pro-audio.
2022-09-26 20:01:27 +13:00
2 changed files with 7 additions and 0 deletions

View file

@ -147,6 +147,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[python-cheetah3]
source = "github"
github = "CheetahTemplate3/cheetah3"
use_max_tag = true
[python-guessit]
source = "github"
github = "guessit-io/guessit"

View file

@ -9,6 +9,7 @@ pkgdesc='Digital audio workstation for music production, remixing and live perfo
arch=('x86_64')
url='https://www.bitwig.com'
license=('custom:bitwig')
groups=('pro-audio')
depends=(
'gtk3'
'libxkbcommon-x11'
@ -22,6 +23,7 @@ optdepends=(
'pipewire: pipewire audio backend'
'pulseaudio: pulseaudio audio backend'
)
provides=('vst-host' 'vst3-host' 'clap-host')
options=('!strip')
source=("$pkgname-$pkgver.deb::https://downloads.bitwig.com/stable/$pkgver/$pkgname-$pkgver.deb")
b2sums=('f5dc342fae769e7a6d0d4f23cfd815baec47d0c3e4c15c649baecceb01d9c257fd88aecc7b53900571e2023a15826c2a66751482a7b264b29a44d48f6c564f02')