|
|
|
@ -3,9 +3,9 @@
|
|
|
|
|
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
|
|
|
|
|
|
|
|
|
|
pkgname=sway
|
|
|
|
|
pkgver=1.7
|
|
|
|
|
pkgver=1.8
|
|
|
|
|
epoch=1
|
|
|
|
|
pkgrel=10
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
|
|
|
|
|
arch=(x86_64)
|
|
|
|
|
url='https://swaywm.org/'
|
|
|
|
@ -49,7 +49,7 @@ source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.t
|
|
|
|
|
"https://github.com/swaywm/sway/commit/1c368fbb5fcd8fb67040bcc12bd71c7fbf119e97.diff")
|
|
|
|
|
options=(debug)
|
|
|
|
|
install=sway.install
|
|
|
|
|
sha512sums=('028cf5d504d5914bfb78d44156d6a290de660c5ed0638f4e2c56e5be76db9b0baeda035e1fa1ae23559016bd7e4312f7ff70c2fb4904df25358577c1a3d21243'
|
|
|
|
|
sha512sums=('0dce213939bb9b38becfac62a22cadf2dc4ed723a8fa06dcaaa3625491722e89dc92bf1734f010d0823513a45d91501c8ba6b4c71d2bf46a1e805938937bab7b'
|
|
|
|
|
'SKIP'
|
|
|
|
|
'c2b7d808f4231f318e03789015624fd4cf32b81434b15406570b4e144c0defc54e216d881447e6fd9fc18d7da608cccb61c32e0e1fab2f1fe2750acf812d3137'
|
|
|
|
|
'7fad859274490af73ab7c1389fbce6351b052e8694ffb20883cf6d1c173e9695316ee46f76de0df13c57fc1daf7f130b82054bdc5f794ac127e7b5f9444bf9c3')
|
|
|
|
@ -61,7 +61,6 @@ prepare() {
|
|
|
|
|
|
|
|
|
|
# Set the version information to 'Arch Linux' instead of 'makepkg'
|
|
|
|
|
sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
|
|
|
|
|
patch -p1 < ../1c368fbb5fcd8fb67040bcc12bd71c7fbf119e97.diff
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|