From d396b28173ee836cc4bb4aa77a5b1bb1ffaa5482 Mon Sep 17 00:00:00 2001 From: Brett Cornwall Date: Mon, 18 Oct 2021 00:32:07 +0000 Subject: [PATCH] Increment the release, not the epoch, ya dummy --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 349bced..e9f14ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ pkgname=sway pkgver=1.6.1 -epoch=2 -pkgrel=1 +epoch=1 +pkgrel=2 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/'