summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-02-19 02:29:15 +0100
committerNarrat2022-02-19 02:29:15 +0100
commit03783cbdec5ab74e7433677758e8bd1900d6297c (patch)
treee81e2d6e3d9659a4b769fa5dfd95e9675698d32f /PKGBUILD
parentb86a71d8798aaf512d79f46d8b193fb692ce9b5f (diff)
downloadaur-03783cbdec5ab74e7433677758e8bd1900d6297c.tar.gz
labwc: update to 0.5.0
and change the urls to the one from the organisation.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72b3da3aa3c6..c05b3e069356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,19 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=labwc
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
-url="https://github.com/johanmalm/labwc"
+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')
optdepends=("bemenu: default launcher via Alt+F3")
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/johanmalm/labwc/archive/${pkgver}.tar.gz"
- 0001_wlroots-version.patch)
-b2sums=('737636488fdbd273d5ac2f90d63b3924edd257443ca1d857799ec81f1bcf540819e9d9b0cc06e1eb18a8db1f7c524c54606998aedeec3789529df73779062844'
- '3b5ea923ce5eab50caaf9a71de0ca4eb073fc5293fbf62f979a25d158b721d0ca9bae5516a65c6dddf1f89e3771f72228a0287776a256796211294214ae1d796')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/labwc/labwc/archive/${pkgver}.tar.gz")
+b2sums=('bb7008b60e180fa9f936cb2a09e4ce616e70c2238dceb32e29f4cd8396a2ca2f0f58b43240afd9f4ed95cc371155ee154c20a261f6fbeb3321846870631d7d47')
-prepare() {
- cd "$pkgname-$pkgver"
- patch -Np1 -i "${srcdir}"/0001_wlroots-version.patch
-}
-
build() {
cd "$pkgname-$pkgver"
arch-meson -Dman-pages=enabled ../build