summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-02-09 21:23:04 +0100
committeractionless2019-02-09 21:23:04 +0100
commitd077768dc46b7af94c52d2bd4ea3c70596fe49b5 (patch)
treec65959fe83df26b6559f210bae2fa639f23f1645
parent0ecc40c0a8071b1dce3e5cab5dbee6b8426fc57c (diff)
downloadaur-d077768dc46b7af94c52d2bd4ea3c70596fe49b5.tar.gz
add new libxfixes dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72c726617f16..0e6d5d219142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Feb 12 16:30:46 UTC 2017
pkgbase = awesome-git
pkgdesc = Highly configurable framework window manager
- pkgver = 4.0.225.gd6412b96
+ pkgver = 4.3.21.ga5e8cde3
pkgrel = 1
url = http://awesome.naquadah.org/
arch = i686
@@ -28,6 +26,7 @@ pkgbase = awesome-git
depends = xcb-util-keysyms
depends = xcb-util-wm
depends = xcb-util-xrm
+ depends = libxfixes
optdepends = rlwrap: readline support for awesome-client
optdepends = dex: autostart your desktop files
optdepends = vicious: widgets for the Awesome window manager
diff --git a/PKGBUILD b/PKGBUILD
index eee41636ff97..23626d662aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pkgname=awesome
pkgname=${_pkgname}-git
-pkgver=4.0.225.gd6412b96
+pkgver=4.3.21.ga5e8cde3
pkgrel=1
pkgdesc='Highly configurable framework window manager'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ url='http://awesome.naquadah.org/'
license=('GPL2')
depends=('cairo' 'dbus' 'gdk-pixbuf2' 'libxdg-basedir' 'libxkbcommon-x11'
'lua' 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
- 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm')
+ 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes')
makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'git' 'imagemagick' 'ldoc'
'xmlto')
optdepends=('rlwrap: readline support for awesome-client'