summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilbus2019-01-19 16:52:08 +0100
committergilbus2019-01-19 16:52:08 +0100
commit20bc9bcadcaed3210e03a985ddafd89d80419cbb (patch)
treecf313e06c0ab3e02e386b08dbd266a9e73ffb9d6
parent1315a6b41a7553a84d008e0e609f1b1608c8db0d (diff)
downloadaur-20bc9bcadcaed3210e03a985ddafd89d80419cbb.tar.gz
remove wlroots dependency
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fda078d4681..93328cdf5c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swaylock-git
pkgdesc = Screen locker for Wayland
- pkgver = r171.0c1f193
+ pkgver = r187.4e72a36
pkgrel = 1
url = https://swaywm.org
arch = i686
@@ -11,7 +11,7 @@ pkgbase = swaylock-git
makedepends = scdoc
makedepends = wayland-protocols
depends = wayland
- depends = wlroots-git
+ depends = libxkbcommon
depends = pango
depends = cairo
depends = pam
diff --git a/.gitignore b/.gitignore
index d63c3288fa0e..532304017a00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ swaylock*.tar*
src/
pkg/
swaylock/
+swaylock-git*
diff --git a/PKGBUILD b/PKGBUILD
index e02221947b00..ccae2147c82f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: gilbus <aur(AT)tinkershell.eu>
pkgname=swaylock-git
_pkgname=swaylock
-pkgver=r171.0c1f193
+pkgver=r187.4e72a36
pkgrel=1
license=("MIT")
pkgdesc="Screen locker for Wayland "
makedepends=("meson" "git" "scdoc" "wayland-protocols")
depends=(
- "wayland" "wlroots-git" "pango" "cairo" "pam"
+ "wayland" "libxkbcommon" "pango" "cairo" "pam"
)
optdepends=(
"gdk-pixbuf2: For background images other than PNG"