summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaran Lynn2019-04-26 09:11:42 -0700
committerTaran Lynn2019-04-26 09:11:42 -0700
commiteaea92342dee8a22aa820d9b9630e42ad325f0d6 (patch)
tree9c6dc0bf497a880ea966699eee3ebfa1f93111f6
parent55b5784b5369fe7d5cd49b5e8926ee2f0238353c (diff)
downloadaur-eaea92342dee8a22aa820d9b9630e42ad325f0d6.tar.gz
Drop deprecated libxkbcommon dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a58255d1f6c..476428bd8be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swaybg-git
pkgdesc = Wallpaper tool for Wayland compositors
- pkgver = r91.34e4a47
+ pkgver = r92.ec9fb9a
pkgrel = 1
url = https://swaywm.org
arch = i686
@@ -11,7 +11,6 @@ pkgbase = swaybg-git
makedepends = scdoc
makedepends = wayland-protocols
depends = wayland
- depends = libxkbcommon
depends = cairo
optdepends = gdk-pixbuf2: For background images other than PNG
provides = swaybg
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"