summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-03-17 22:19:43 +0100
committerNarrat2022-03-17 22:19:43 +0100
commita1595a881a5d407bce86dfd4785aec7a50fa066f (patch)
tree5109f69f369805e2d32ed5162dceea89b8a92d46
parent35c6b38a5734ab294c21e0fa4ad96e31bec62865 (diff)
downloadaur-a1595a881a5d407bce86dfd4785aec7a50fa066f.tar.gz
labwc: wayland-protocols is only a makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 944aceffe668..efa35b84b532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = labwc
pkgdesc = stacking wayland compositor with look and feel from openbox
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
makedepends = meson
makedepends = scdoc
+ makedepends = wayland-protocols
depends = pango
depends = wlroots>=0.15
depends = wlroots<0.16
depends = wayland
- depends = wayland-protocols
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
source = labwc-0.5.0.tar.gz::https://github.com/labwc/labwc/archive/0.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 384e4bcc6341..ce568812b601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=labwc
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' 'wayland-protocols' 'xorg-xwayland')
-makedepends=('meson' 'scdoc')
+depends=('pango' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' 'xorg-xwayland')
+makedepends=('meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/labwc/labwc/archive/${pkgver}.tar.gz")
b2sums=('bb7008b60e180fa9f936cb2a09e4ce616e70c2238dceb32e29f4cd8396a2ca2f0f58b43240afd9f4ed95cc371155ee154c20a261f6fbeb3321846870631d7d47')