summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2020-07-23 19:37:26 +0100
committerWorMzy Tykashi2020-07-23 19:37:26 +0100
commit391873ba9823403966c493b8e98bd68654810f9d (patch)
tree96029867e142e758674e28be8986da5a2c6caaee /PKGBUILD
parent3c4af9c230ff0086cf0630211fe77a9fa8f1ad8c (diff)
downloadaur-391873ba9823403966c493b8e98bd68654810f9d.tar.gz
Drop libxdg-basedir dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6425a1f22fd2..3872d61790b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=picom-git
_gitname=picom
-pkgver=1287_Next.6.ge1d9e95_2019.12.13
+pkgver=1430_8.rc2.21.gfd6ff82_2020.06.06
pkgrel=1
pkgdesc="X compositor (fork of compton) (git-version)"
arch=(i686 x86_64)
url="https://github.com/yshui/${_gitname}"
license=('MIT' 'MPL2')
depends=('libgl' 'libev' 'pcre' 'libx11' 'xcb-util-renderutil' 'libxcb' 'xcb-util-image' 'libxext'
- 'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme' 'libxdg-basedir')
+ 'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme')
makedepends=('git' 'mesa' 'meson' 'asciidoc' 'uthash' 'xorgproto')
optdepends=('dbus: To control picom via D-Bus'
'xorg-xwininfo: For picom-trans'