summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b757f1508bb..8e33fc1f8048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = xdg-traymenu
pkgdesc = XDG compliant system tray and root menu generator
- pkgver = 0.01.41
- pkgrel = 1
+ pkgver = 0.01.45
+ pkgrel = 2
url = https://github.com/bbidulock/xdg-traymenu
arch = any
groups = xde
license = GPL
makedepends = git
depends = perl-xml-sax
+ depends = perl-file-which
optdepends = perl-gtk2-unique: for xdg-traymenu
optdepends = xde-theme: style menus and wm detection
optdepends = xdg-launch: startup notification for menu items
diff --git a/PKGBUILD b/PKGBUILD
index 0746ecf75597..be701017ef53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xdg-traymenu
-pkgver=0.01.41
-pkgrel=1
+pkgver=0.01.45
+pkgrel=2
pkgdesc="XDG compliant system tray and root menu generator"
arch=('any')
url="https://github.com/bbidulock/xdg-traymenu"
groups=('xde')
license=('GPL')
-depends=('perl-xml-sax')
+depends=('perl-xml-sax' 'perl-file-which')
optdepends=('perl-gtk2-unique: for xdg-traymenu'
'xde-theme: style menus and wm detection'
'xdg-launch: startup notification for menu items')