git » audacity.git » commit 23125f6

Adding to pro-audio group.

author David Runge
2018-06-03 11:16:40 UTC
committer David Runge
2018-06-03 11:16:40 UTC
parent 2b9edc8614f1d73d83709f07c20d3a16b903f7cb

Adding to pro-audio group.

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 987c59a..0bcce8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
 
 pkgname=audacity
 pkgver=2.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')
 url="https://audacityteam.org"
 license=('GPL2' 'CCPL')
+groups=('pro-audio')
 depends=('libmad' 'libid3tag' 'wxgtk3' 'soundtouch' 'ffmpeg' 'vamp-plugin-sdk'
 'portsmf' 'twolame' 'suil' 'lilv')
 makedepends=('cmake')