summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-06-10 12:24:03 +0200
committerChristopher Arndt2020-06-10 12:24:03 +0200
commitc3ec5f2c0a08a4d08c2fe5865ff4849067c5aee8 (patch)
tree91dc73ed65389f0aaba5af19e124801b8a59eaac
parent77cd12c22e18d73b6cfff716d037f18bb0d7ffbb (diff)
downloadaur-c3ec5f2c0a08a4d08c2fe5865ff4849067c5aee8.tar.gz
Add 'tk' to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61f74fdd39d2..7d9d39ace230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = dxconvert
pkgdesc = A file conversion and manipulation toolkit for Yamaha FM synth patches
pkgver = 3.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://dxconvert.martintarenskeen.nl/
arch = any
license = GPL3
depends = python
optdepends = castools: convert Cassette Interface data (DX100/27/21, DX9, TX81Z)
optdepends = python-rtmidi: MIDI input/output
+ optdepends = tk: dxconvert and txconvert GUI
optdepends = zbar: convert patches from QR codes to SysEx
source = http://home.kpn.nl/m.tarenskeen/download/sysex/DXconvert/DXconvert-3.0.5.zip
sha256sums = cad4af8cefef74fb991f2fcd0b03485c8a84b5c4c2c8f68067da5aed67975647
diff --git a/PKGBUILD b/PKGBUILD
index b2666c0a33ce..251337d4e0ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=DXconvert
pkgname=dxconvert
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="A file conversion and manipulation toolkit for Yamaha FM synth patches"
arch=('any')
url="http://dxconvert.martintarenskeen.nl/"
@@ -11,6 +11,7 @@ license=('GPL3')
depends=('python')
optdepends=('castools: convert Cassette Interface data (DX100/27/21, DX9, TX81Z)'
'python-rtmidi: MIDI input/output'
+ 'tk: dxconvert and txconvert GUI'
'zbar: convert patches from QR codes to SysEx')
source=("http://home.kpn.nl/m.tarenskeen/download/sysex/${_name}/${_name}-${pkgver}.zip")
sha256sums=('cad4af8cefef74fb991f2fcd0b03485c8a84b5c4c2c8f68067da5aed67975647')