release: v2.1.1

This commit is contained in:
OpalAayan 2026-02-06 20:21:36 +05:30
parent 5db0d36ac6
commit c92c890828
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = snappy-switcher
pkgdesc = A fast, animated Alt+Tab window switcher for Hyprland with MRU sorting and context grouping
pkgver = 2.1.0
pkgver = 2.1.1
pkgrel = 1
url = https://github.com/OpalAayan/snappy-switcher
arch = x86_64
@ -20,7 +20,7 @@ pkgbase = snappy-switcher
optdepends = tela-icon-theme: Recommended icon theme
provides = snappy-switcher
conflicts = snappy-switcher-git
source = https://github.com/OpalAayan/snappy-switcher/archive/v2.1.0.tar.gz
sha256sums = 55d633165cc54474b326b85849da7c4423f1dcf88ed87201db6af85bf6a6b804
source = https://github.com/OpalAayan/snappy-switcher/archive/v2.1.1.tar.gz
sha256sums = 07ee020ad35a7d35c79b80834f86310c3c7ea94fa2c06d1c9e7173796e588ade
pkgname = snappy-switcher

View file

@ -1,6 +1,6 @@
# Maintainer: Opal Aayan <YougurtMyFace@proton.me>
pkgname=snappy-switcher
pkgver=2.1.0
pkgver=2.1.1
pkgrel=1
pkgdesc="A fast, animated Alt+Tab window switcher for Hyprland with MRU sorting and context grouping"
arch=('x86_64')
@ -28,7 +28,7 @@ optdepends=(
provides=("$pkgname")
conflicts=("$pkgname-git")
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('55d633165cc54474b326b85849da7c4423f1dcf88ed87201db6af85bf6a6b804')
sha256sums=('07ee020ad35a7d35c79b80834f86310c3c7ea94fa2c06d1c9e7173796e588ade')
build() {
cd "$pkgname-$pkgver"