summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-08-19 15:58:39 +0200
committerNarrat2020-08-19 15:58:39 +0200
commit205ddf20f55b5c46114855930595a2058c4fb549 (patch)
tree6906e018eaca0ff68efd04421a78ee491fcc3d2c /PKGBUILD
parent7e7e26b08246598a7522615a2b83e132954b9ec8 (diff)
downloadaur-205ddf20f55b5c46114855930595a2058c4fb549.tar.gz
labwc: Remove patch regarding werror
obsolete with https://github.com/johanmalm/labwc/commit/7610063b461e66fd8848a81a8686d9e73e9f04bb
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