summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-16 10:09:06 +0200
committerAdrian Perez de Castro2020-01-16 10:09:06 +0200
commit77b48433bf64c3c86456637a6d876587bc3ca022 (patch)
treef315da5908b450a7812d69238feb1f28203ddfde
parent5f82c0620616074e68b00b8bff3df2a466304de7 (diff)
downloadaur-77b48433bf64c3c86456637a6d876587bc3ca022.tar.gz
Remove !strip option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97767bdfab0d..dafdbb7d8bed 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 e986754ff1c7..7ecd89d3729a 100644
--- a/PKGBUILD
+++ b/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)