aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alex2023-05-03 21:55:08 +1000
committerBen Alex2023-05-03 21:55:08 +1000
commitd6a15bbf8f3efe62ca6235eee4ec88e4882a839e (patch)
tree1cf27d8e31ea76447f488bfa12039feff3da6b50
parent4eb3ba1a58bbdeaa05b3f441c72194a9da5af501 (diff)
downloadaur-d6a15bbf8f3efe62ca6235eee4ec88e4882a839e.tar.gz
Add ttf-liberation (thanks @almalh)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e68dd69eda4a..d0d2f318e331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ib-tws
pkgdesc = Electronic trading platform from discount brokerage firm Interactive Brokers
pkgver = 10.22.1k
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://interactivebrokers.com/
arch = any
license = custom
makedepends = libarchive
depends = gtk2
+ depends = ttf-liberation
optdepends = ffmpeg-compat-55
backup = etc/ib-tws.conf
backup = etc/ib-gw.conf
diff --git a/PKGBUILD b/PKGBUILD
index 94c75b992e80..2e9b5f642527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=ib-tws
pkgver=10.22.1k
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Electronic trading platform from discount brokerage firm Interactive Brokers'
arch=('any')
url="http://interactivebrokers.com/"
license=('custom')
backup=('etc/ib-tws.conf' 'etc/ib-gw.conf')
-depends=(gtk2)
+depends=(gtk2 ttf-liberation)
optdepends=(ffmpeg-compat-55)
makedepends=(libarchive)