summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-10-24 02:23:14 +0200
committerAntonin Décimo2020-10-24 02:23:14 +0200
commitc74ce3241e0582e3b7eb2ef7fe69120143d6ff4d (patch)
tree2d960736105fa90507e812cfefafb8ba937409cf
parenta1c79a23e489344f235582e680b9ce1157a2b7f9 (diff)
downloadaur-c74ce3241e0582e3b7eb2ef7fe69120143d6ff4d.tar.gz
Don't force-disable strip option.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6541fb6aed75..0719448f2b05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sway-git
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager
pkgver = r6506.1be66c98
- pkgrel = 1
+ pkgrel = 2
url = https://swaywm.org
arch = i686
arch = x86_64
@@ -34,7 +34,6 @@ pkgbase = sway-git
provides = sway
conflicts = sway
options = debug
- options = !strip
backup = etc/sway/config
source = sway::git+https://github.com/swaywm/sway.git
source = 50-systemd-user.conf
diff --git a/PKGBUILD b/PKGBUILD
index 8732c134d37b..f7975848aa22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sway-git
_pkgname=sway
pkgver=r6506.1be66c98
-pkgrel=1
+pkgrel=2
license=("MIT")
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
makedepends=(
@@ -46,7 +46,7 @@ sha512sums=("SKIP"
"57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e")
provides=("sway")
conflicts=("sway")
-options=(debug !strip)
+options=(debug)
pkgver() {
cd "$_pkgname"