From a1c79a23e489344f235582e680b9ce1157a2b7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Sat, 24 Oct 2020 02:20:02 +0200 Subject: [PATCH 1/2] Ignore all files by default. https://wiki.archlinux.org/index.php/AUR_submission_guidelines > Tip: To keep the working directory and commits as clean as possible, > create a gitignore(5) that excludes all files and force-add files as > needed. --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ad29e14..72e8ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -*.tar.gz -*.tar.xz -src/ -pkg/ -sway/ +* From c74ce3241e0582e3b7eb2ef7fe69120143d6ff4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Sat, 24 Oct 2020 02:23:14 +0200 Subject: [PATCH 2/2] Don't force-disable strip option. --- .SRCINFO | 3 +-- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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"