summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-06 21:24:25 +0200
committerBenjamin Chrétien2015-08-06 21:24:25 +0200
commit0d531a90fef2c0193bc040c4a9d58e71431b37b0 (patch)
tree5dc89bdc5b0e8140ddc75a1a9fe5aa77b3e749ca
parentd81510d02d3a6811738f847f26444e3254ecbda8 (diff)
downloadaur-0d531a90fef2c0193bc040c4a9d58e71431b37b0.tar.gz
Add pango dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7327884199f..85266ad730a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rofi-git
pkgdesc = Popup window switcher roughly based on superswitcher, requiring only xlib and xft. DaveDavenport's fork
- pkgver = 0.15.5.r38.g9b83c61
+ pkgver = 0.15.7.r48.gfbb2e34
pkgrel = 1
url = https://davedavenport.github.io/rofi/
arch = i686
@@ -14,6 +14,7 @@ pkgbase = rofi-git
depends = freetype2
depends = libxdg-basedir
depends = libxinerama
+ depends = pango
optdepends = i3-wm: use as a window switcher
provides = rofi
conflicts = rofi
diff --git a/PKGBUILD b/PKGBUILD
index 23b55f44ce46..9398dd3018d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=rofi-git
_gitname=rofi
-pkgver=0.15.5.r38.g9b83c61
+pkgver=0.15.7.r48.gfbb2e34
pkgrel=1
pkgdesc="Popup window switcher roughly based on superswitcher, requiring only xlib and xft. DaveDavenport's fork"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
license=('MIT')
-depends=('libx11' 'libxft' 'freetype2' 'libxdg-basedir' 'libxinerama')
+depends=('libx11' 'libxft' 'freetype2' 'libxdg-basedir' 'libxinerama' 'pango')
optdepends=('i3-wm: use as a window switcher')
makedepends=('autoconf' 'git' 'pkg-config')
provides=('rofi')