summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-07-27 08:21:00 -0500
committerDan Beste2017-07-27 08:21:00 -0500
commit8ffd61b2d6a8d6f15ed3f781e33879b51f187d32 (patch)
tree25582061230a55307c21dfc5c70da22e5109a0e6
parentd766ff1c9199ef9cba1e54bb691c4baeb1a5bf2f (diff)
downloadaur-8ffd61b2d6a8d6f15ed3f781e33879b51f187d32.tar.gz
Remove i3 optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e562a4eb993..4f868261c4c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rofi-git
pkgdesc = A window switcher, run dialog and dmenu replacement
- pkgver = 1.3.1.r700.g138ffc16
+ pkgver = 1.3.1.r712.gc4530f97
pkgrel = 1
url = https://davedavenport.github.io/rofi/
arch = i686
@@ -24,7 +24,6 @@ pkgbase = rofi-git
depends = xcb-util
depends = xcb-util-wm
depends = xcb-util-xrm
- optdepends = i3-wm: use as a window switcher
provides = rofi
conflicts = rofi
source = git+https://github.com/DaveDavenport/rofi
diff --git a/PKGBUILD b/PKGBUILD
index 1ccf3f9f52c7..fc9200316717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=rofi-git
_gitname=rofi
-pkgver=1.3.1.r700.g138ffc16
+pkgver=1.3.1.r712.gc4530f97
pkgrel=1
pkgdesc='A window switcher, run dialog and dmenu replacement'
arch=('i686' 'x86_64')
@@ -18,7 +18,6 @@ depends=(
'libxft' 'libxkbcommon' 'libxkbcommon-x11' 'pango' 'startup-notification'
'xcb-util' 'xcb-util-wm' 'xcb-util-xrm'
)
-optdepends=('i3-wm: use as a window switcher')
makedepends=('check' 'git' 'meson')
provides=('rofi')
conflicts=('rofi')