summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-10-04 17:48:53 +0900
committerBenjamin Chrétien2015-10-04 17:48:53 +0900
commit89c5ea65b4df19de011094608b2cf1878fbe8ef4 (patch)
tree241c614f2874bdc451cc06e9e7c5c22b787cc422 /PKGBUILD
parent5988e1bb7f9133850855133a2cb8db045f277ca6 (diff)
downloadaur-89c5ea65b4df19de011094608b2cf1878fbe8ef4.tar.gz
Add startup-notification to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc4634208d90..f13eff74cce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
pkgname=rofi-git
_gitname=rofi
-pkgver=0.15.8.r45.g536fd98
+pkgver=0.15.8.r55.g1369c16
pkgrel=1
pkgdesc="A window switcher, run dialog and dmenu replacement"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
license=('MIT')
-depends=('cairo' 'freetype2' 'libx11' 'libxdg-basedir' 'libxinerama' 'pango')
+depends=('cairo' 'freetype2' 'libx11' 'libxdg-basedir' 'libxinerama' 'pango'
+ 'startup-notification')
optdepends=('i3-wm: use as a window switcher')
makedepends=('git')
provides=('rofi')