summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-12-28 21:50:05 +1300
committerGeorge Rawlinson2022-12-28 21:50:05 +1300
commitecf37dc9de2e0ff4794fa864f720d2cbb29a26d1 (patch)
tree1dcd58060b0a35c6431a946caa6eba254a247a3e
parent701de8c782ea410201c5ef577be3107fc18600da (diff)
downloadaur-ecf37dc9de2e0ff4794fa864f720d2cbb29a26d1.tar.gz
fix optional dependency: tcl to tk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 193be042860c..6faedefce61c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mididings
pkgdesc = A MIDI router & processor, supporting ALSA & JACK
pkgver = 20221228.r730.g6079f9f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mididings/mididings
arch = x86_64
license = GPL2
@@ -31,7 +31,7 @@ pkgname = mididings
optdepends = python-pyliblo: send/recieve OSC messages
optdepends = python-pysmf: read/write standard MIDI files using the process_file() function
optdepends = python-pyxdg: so mididings knows where to look for config files
- optdepends = tcl: for livedings GUI
+ optdepends = tk: for livedings GUI
optdepends = mididings-docs: documentation
pkgname = mididings-docs
diff --git a/PKGBUILD b/PKGBUILD
index 6288f07cebde..10dc4de8df97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=mididings
pkgname=('mididings' 'mididings-docs')
pkgver=20221228.r730.g6079f9f
-pkgrel=1
+pkgrel=2
pkgdesc='A MIDI router & processor, supporting ALSA & JACK'
arch=('x86_64')
url='https://github.com/mididings/mididings'
@@ -67,7 +67,7 @@ package_mididings() {
'python-pyliblo: send/recieve OSC messages'
'python-pysmf: read/write standard MIDI files using the process_file() function'
'python-pyxdg: so mididings knows where to look for config files'
- 'tcl: for livedings GUI'
+ 'tk: for livedings GUI'
'mididings-docs: documentation'
)