summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaran Lynn2019-04-26 09:11:42 -0700
committerTaran Lynn2019-04-26 09:11:42 -0700
commiteaea92342dee8a22aa820d9b9630e42ad325f0d6 (patch)
tree9c6dc0bf497a880ea966699eee3ebfa1f93111f6 /PKGBUILD
parent55b5784b5369fe7d5cd49b5e8926ee2f0238353c (diff)
downloadaur-eaea92342dee8a22aa820d9b9630e42ad325f0d6.tar.gz
Drop deprecated libxkbcommon dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b55f02c5cb17..55569b65c45e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Taran Lynn <taranlynn0gmail.com>
pkgname=swaybg-git
_pkgname=swaybg
-pkgver=r91.34e4a47
+pkgver=r92.ec9fb9a
pkgrel=1
license=("MIT")
pkgdesc="Wallpaper tool for Wayland compositors"
makedepends=("meson" "git" "scdoc" "wayland-protocols")
depends=(
- "wayland" "libxkbcommon" "cairo"
+ "wayland" "cairo"
)
optdepends=(
"gdk-pixbuf2: For background images other than PNG"