diff --git a/.SRCINFO b/.SRCINFO index 6541fb6..0719448 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 8732c13..f797584 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"