mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 04:00:37 +01:00
chore: Update to version 2.3.2
This commit is contained in:
parent
6034484980
commit
d31b35ed86
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = noctalia-shell
|
||||
pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell.
|
||||
pkgver = 2.3.1
|
||||
pkgver = 2.3.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/noctalia-dev/noctalia-shell
|
||||
arch = any
|
||||
|
|
@ -17,7 +17,7 @@ pkgbase = noctalia-shell
|
|||
optdepends = cava: Audio visualizer component
|
||||
optdepends = wlsunset: For supporting NightLight
|
||||
conflicts = noctalia-shell-git
|
||||
source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.3.1
|
||||
sha256sums = f6a7ce7260500aafec1d12f8de49361624e40351c0bb7fca161378af3974e082
|
||||
source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.3.2
|
||||
sha256sums = 8e473e77cce1b8d1967afc261faee50b788ba1ef4ac37543678a79363a4e7c54
|
||||
|
||||
pkgname = noctalia-shell
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Co-Maintainer: Lysec <itslysec@gmail.com>
|
||||
|
||||
pkgname=noctalia-shell
|
||||
pkgver=2.3.1
|
||||
pkgrel=2
|
||||
pkgver=2.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell."
|
||||
arch=('any')
|
||||
url="https://github.com/noctalia-dev/noctalia-shell"
|
||||
|
|
@ -29,7 +29,7 @@ optdepends=(
|
|||
conflicts=('noctalia-shell-git')
|
||||
|
||||
source=("git+$url.git#tag=v$pkgver")
|
||||
sha256sums=('f6a7ce7260500aafec1d12f8de49361624e40351c0bb7fca161378af3974e082')
|
||||
sha256sums=('8e473e77cce1b8d1967afc261faee50b788ba1ef4ac37543678a79363a4e7c54')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue