summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf8a451c2ec..97e3abd9f43b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = compton-git
pkgdesc = X Compositor (a fork of xcompmgr-dana) (git-version)
- pkgver = 599_Next.4.gb18d46b_2018.11.08
+ pkgver = 658_Next.11.ga6b63cd_2018.12.16
pkgrel = 1
epoch = 2
url = https://github.com/yshui/compton
@@ -24,6 +24,7 @@ pkgbase = compton-git
depends = libconfig
depends = libdbus
depends = hicolor-icon-theme
+ depends = libxdg-basedir
optdepends = dbus: To control compton via D-Bus
optdepends = xorg-xwininfo: For compton-trans
optdepends = xorg-xprop: For compton-trans
diff --git a/PKGBUILD b/PKGBUILD
index 96d227c93212..3dbc92681e01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=compton-git
_gitname=compton
epoch=2
-pkgver=599_Next.4.gb18d46b_2018.11.08
+pkgver=658_Next.11.ga6b63cd_2018.12.16
pkgrel=1
pkgdesc="X Compositor (a fork of xcompmgr-dana) (git-version)"
arch=(i686 x86_64)
url="https://github.com/yshui/compton"
license=('MIT' 'MPL2')
depends=('libgl' 'libev' 'pcre' 'libx11' 'xcb-util-renderutil' 'libxcb' 'xcb-util-image' 'libxext'
- 'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme')
+ 'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme' 'libxdg-basedir')
makedepends=('git' 'mesa' 'meson' 'asciidoc')
optdepends=('dbus: To control compton via D-Bus'
'xorg-xwininfo: For compton-trans'