summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4326ab3ba972..6de06e3e0072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r100.93d5809
+pkgver=r140.7610063
pkgrel=1
pkgdesc='stacking wayland compositor with look and fell from openbox (git version)'
url="https://github.com/johanmalm/labwc"
@@ -12,10 +12,8 @@ depends=('wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
makedepends=('git' 'meson')
conflicts=(labwc)
provides=(labwc)
-source=("git+https://github.com/johanmalm/${_pkgname}.git"
- "remove-werror.patch")
-md5sums=('SKIP'
- '7a04a45415b125dee8d46dab20039a2c')
+source=("git+https://github.com/johanmalm/${_pkgname}.git")
+md5sums=('SKIP')
pkgver() {
@@ -23,10 +21,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- patch -Np0 -i remove-werror.patch
-}
-
build() {
cd "$_pkgname"
arch-meson ../build