summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyXor2023-12-29 16:11:15 +0100
committerGreyXor2023-12-29 16:11:15 +0100
commit8b15cc5f967cd4146e701e8d70842adfaa8c148b (patch)
treea655fe69a01ae66136db5407f88cdb910444ab33
parentd8c3f573bbb51110788757fb43c905e80b27258b (diff)
downloadaur-8b15cc5f967cd4146e701e8d70842adfaa8c148b.tar.gz
fix: reformat PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89109c3a62a0..ec5a3576d6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ conflicts=("${pkgname%-git}")
backup=("etc/sway/config")
source=("${pkgname}::git+https://github.com/swaywm/sway.git"
"50-systemd-user.conf"
-"sway-portals.conf")
+ "sway-portals.conf")
b2sums=('SKIP'
'71f45f9abb4e9f98a52177b227aa30ab27d02c9eef8a31400460e71c72b6d40ec396581f0b1703d4cec655aaba704077212882f643c6efb6cda951ea69b5383d'
'eeaa6bdfae0fa6c0445d7d02209ef9142d529f1770fd8d9d614772c276ffa7461247523399164fed70ad39b25af9a91fcf8afa23af5c193c898c44487956de7f')
@@ -62,7 +62,6 @@ pkgver() {
build() {
arch-meson build "${pkgname}" -D sd-bus-provider=libsystemd -D werror=false -D b_ndebug=true
-
meson compile -C build
}