summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2020-10-24 02:37:09 +0200
committerAntonin Décimo2020-10-24 02:37:09 +0200
commita9d8021aba58ed9627f98c86a99191000ed219af (patch)
tree9b74f86dccecbc0c94f52801e602124acf991841
parent6c74001bca121b131e8aeee0801737142a49788c (diff)
parentc74ce3241e0582e3b7eb2ef7fe69120143d6ff4d (diff)
downloadaur-a9d8021aba58ed9627f98c86a99191000ed219af.tar.gz
Merge branch 'sway-master' into hidpi-master
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b03227a56a48..86b209dd5e8f 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 ad29e144f53d..72e8ffc0db8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-*.tar.gz
-*.tar.xz
-src/
-pkg/
-sway/
+*
diff --git a/PKGBUILD b/PKGBUILD
index f895d1bef033..dbedd5aa02fb 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"