summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-04-12 09:44:43 +0200
committerAntonin Décimo2021-04-12 09:44:43 +0200
commit2a73347f8ccd57eb822a3c9cde7d4413f910cd86 (patch)
treec9f32574f555b2220b6173269be940af9d6339e6
parentdc5182758e299c930b4924fe2abbac5fe07b145a (diff)
downloadaur-2a73347f8ccd57eb822a3c9cde7d4413f910cd86.tar.gz
Print notice about partial {sway,wlroots}-git upgrade
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6683917e2619..2c1f79a5956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,3 +55,8 @@ package () {
DESTDIR="${pkgdir}" meson install -C build
install -Dm644 "${pkgname}/"LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+
+post_upgrade() {
+ echo "Make sure to upgrade wlroots-git and sway-git together."
+ echo "Upgrading one but not the other is unsupported."
+}