From 77b48433bf64c3c86456637a6d876587bc3ca022 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Thu, 16 Jan 2020 10:09:06 +0200 Subject: [PATCH] Remove !strip option --- .SRCINFO | 3 +-- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 97767bd..dafdbb7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = wlroots-git pkgdesc = Modular Wayland compositor library pkgver = 0.9.1.r7.g6d3f3b93 - pkgrel = 1 + pkgrel = 2 url = https://github.com/swaywm/wlroots arch = x86_64 license = custom:MIT @@ -23,7 +23,6 @@ pkgbase = wlroots-git provides = wlroots=0.9.1 conflicts = wlroots options = debug - options = !strip source = wlroots-git::git+https://github.com/swaywm/wlroots sha512sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index e986754..7ecd89d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Adrian Perez de Castro pkgname=wlroots-git pkgver=0.9.1.r7.g6d3f3b93 -pkgrel=1 +pkgrel=2 license=(custom:MIT) pkgdesc='Modular Wayland compositor library' url=https://github.com/swaywm/wlroots arch=(x86_64) provides=("wlroots=${pkgver%%.r*}") conflicts=(wlroots) -options=('debug' '!strip') +options=(debug) depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors xcb-util-wm pixman libinput libxkbcommon) makedepends=(meson ninja git wayland-protocols xorgproto)