diff --git a/.SRCINFO b/.SRCINFO index b03227a..86b209d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = sway-hidpi-git pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI pkgver = r6506.1be66c98 - pkgrel = 1 + pkgrel = 2 url = https://swaywm.org arch = i686 arch = x86_64 @@ -35,7 +35,6 @@ pkgbase = sway-hidpi-git provides = sway conflicts = sway options = debug - options = !strip backup = etc/sway/config source = sway-hidpi::git+https://github.com/swaywm/sway.git source = 50-systemd-user.conf diff --git a/.gitignore b/.gitignore index ad29e14..72e8ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -*.tar.gz -*.tar.xz -src/ -pkg/ -sway/ +* diff --git a/PKGBUILD b/PKGBUILD index f895d1b..dbedd5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sway-hidpi-git _pkgname=sway-hidpi pkgver=r6506.1be66c98 -pkgrel=1 +pkgrel=2 license=("MIT") pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI" makedepends=( @@ -49,7 +49,7 @@ sha512sums=('SKIP' '813863fe8d391761770eb264b1c0a2d9442efde3e79fae6b78386ed7c041906eef60bbf9d9bc7d118494de8aba2cd4c45a13dcd2ca09f3f1cd1157e74f122667') provides=("sway") conflicts=("sway") -options=(debug !strip) +options=(debug) prepare() { cd "$_pkgname"