summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa3847f7df0..744dcd0a3fc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = eepkeyer
pkgdesc = Ham Radio Contest CW Keyer
pkgver = 1.7
- pkgrel = 2
+ pkgrel = 3
url = http://hamsoftware.org/old_index.html
arch = i686
arch = x86_64
license = GPL3
depends = qt4
+ depends = hamradio-menus
optdepends = xlog: logbook
optdepends = hamlib: rig interfacing
optdepends = cwdaemon: transmitting cw
diff --git a/PKGBUILD b/PKGBUILD
index dbb839ffa24d..c448de89896f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=eepkeyer
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc="Ham Radio Contest CW Keyer"
arch=('i686' 'x86_64')
url="http://hamsoftware.org/old_index.html"
license=('GPL3')
-depends=('qt4')
+depends=('qt4' 'hamradio-menus')
optdepends=('xlog: logbook'
'hamlib: rig interfacing'
'cwdaemon: transmitting cw'