summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornovenary2022-01-26 16:46:35 +0200
committernovenary2022-01-26 16:46:35 +0200
commitb91c1c3e6cfbc5915f8bbe5c75dde986012cb212 (patch)
tree1cdd7dcd2b8ae367600575ab9f4bc715ccf087ee
parent92d03216eff44f42abf39a930ff90211da0b1a71 (diff)
downloadaur-sway9.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e5d0a0fe2e..0e407154ac09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sway9
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager (personal build)
- pkgver = 1.6.1
- pkgrel = 3
+ pkgver = 1.7
+ pkgrel = 1
epoch = 1
url = https://github.com/9ary/sway9
arch = x86_64
@@ -21,7 +21,6 @@ pkgbase = sway9
depends = swaybg
depends = ttf-font
depends = wlroots
- optdepends = alacritty: Terminal emulator used by the default config
optdepends = dmenu: Application launcher
optdepends = grim: Screenshot utility
optdepends = i3status: Status line
@@ -35,7 +34,7 @@ pkgbase = sway9
provides = sway
conflicts = sway
backup = etc/sway/config
- source = git+https://github.com/9ary/sway9.git#commit=8370a4bb068ce8db4bc6da901e5d964610681b3a
+ source = git+https://github.com/9ary/sway9.git#commit=8afad182dffe7b4dc68481a1fcb301e427c8b536
source = 50-systemd-user.conf
sha512sums = SKIP
sha512sums = c2b7d808f4231f318e03789015624fd4cf32b81434b15406570b4e144c0defc54e216d881447e6fd9fc18d7da608cccb61c32e0e1fab2f1fe2750acf812d3137
diff --git a/PKGBUILD b/PKGBUILD
index adb2f04f6255..de22fc5557d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=sway9
-pkgver=1.6.1
+pkgver=1.7
epoch=1
-pkgrel=3
-_commit=8370a4bb068ce8db4bc6da901e5d964610681b3a
+pkgrel=1
+_commit=8afad182dffe7b4dc68481a1fcb301e427c8b536
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager (personal build)'
arch=(x86_64)
url='https://github.com/9ary/sway9'
@@ -28,7 +28,6 @@ provides=(sway)
conflicts=(sway)
backup=(etc/sway/config)
optdepends=(
- 'alacritty: Terminal emulator used by the default config'
'dmenu: Application launcher'
'grim: Screenshot utility'
'i3status: Status line'