mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
release: v2.1.1
This commit is contained in:
parent
5db0d36ac6
commit
c92c890828
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue