Remove !strip option
This commit is contained in:
parent
5f82c06206
commit
77b48433bf
3
.SRCINFO
3
.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
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,14 +1,14 @@
|
||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user