summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormonosans2021-09-27 23:22:13 +0300
committermonosans2021-09-27 23:22:13 +0300
commitfa94672b18e1dd7b96f32c60a99c5a01cf6cb272 (patch)
tree4b145ff99be60f779c73fb2095d9addbbf2bc615
parent11556cd287929882653e06e3d2f1dfa8a14231c2 (diff)
downloadaur-fa94672b18e1dd7b96f32c60a99c5a01cf6cb272.tar.gz
Remove systemd dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8210fd9a42b5..9e28f391a2ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-eglstreams-git
pkgdesc = Modular Wayland compositor library with EGLStreams support (git version)
- pkgver = 0.14.1.r5090.f23c7612
+ pkgver = 0.14.1.r5114.fef636e2
pkgrel = 1
url = https://github.com/danvd/wlroots-eglstreams
arch = x86_64
@@ -19,7 +19,6 @@ pkgbase = wlroots-eglstreams-git
depends = xcb-util-renderutil
depends = xcb-util-wm
depends = seatd
- depends = systemd
depends = xorg-xwayland
provides = libwlroots.so
provides = wlroots=0.14.1
diff --git a/PKGBUILD b/PKGBUILD
index fcd63929c9a0..2e8761d52429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: monosans
# Based on wlroots-git PKGBUILD
pkgname=wlroots-eglstreams-git
-pkgver=0.14.1.r5090.f23c7612
+pkgver=0.14.1.r5114.fef636e2
pkgrel=1
license=(MIT)
pkgdesc='Modular Wayland compositor library with EGLStreams support (git version)'
@@ -21,7 +21,6 @@ depends=(
xcb-util-renderutil
xcb-util-wm
seatd
- systemd
xorg-xwayland)
makedepends=(
git