Skip to content

Commit 0a3eff9

Browse files
committed
upgpkg: dms-shell 1.0.3-1
upstream release
1 parent a3e5703 commit 0a3eff9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dms-shell/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = dms-shell
22
pkgdesc = A Quickshell-based desktop shell with Material 3 design principles
3-
pkgver = 1.0.2
3+
pkgver = 1.0.3
44
pkgrel = 1
55
url = https://github.com/AvengeMedia/DankMaterialShell
66
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = dms-shell
2020
optdepends = qt5ct: Qt5 application theming
2121
optdepends = qt6ct: Qt6 application theming
2222
optdepends = wl-clipboard: Copy functionality for PIDs and other elements
23-
source = https://github.com/AvengeMedia/DankMaterialShell/archive/v1.0.2/DankMaterialShell-1.0.2.tar.gz
24-
sha256sums = 3cb952f15417487484137b010751efa997602a1f535605f472acd47d3d783161
23+
source = https://github.com/AvengeMedia/DankMaterialShell/archive/v1.0.3/DankMaterialShell-1.0.3.tar.gz
24+
sha256sums = f431aecf2f070567a4ac83b7357b4bcba59905d7b5dbd841ac5dbd31f79b9403
2525

2626
pkgname = dms-shell
2727
depends = dgop

dms-shell/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pkgbase=dms-shell
44
_pkg1=DankMaterialShell
55
pkgname=($pkgbase $pkgbase-hyprland $pkgbase-niri)
6-
pkgver=1.0.2
6+
pkgver=1.0.3
77
pkgrel=1
88
pkgdesc='A Quickshell-based desktop shell with Material 3 design principles'
99
arch=(x86_64 aarch64)
@@ -25,7 +25,7 @@ optdepends=('brightnessctl: Laptop display brightness control'
2525
makedepends=(go)
2626
_archive="$_pkg1-$pkgver"
2727
source=("$url/archive/v$pkgver/$_archive.tar.gz")
28-
sha256sums=('3cb952f15417487484137b010751efa997602a1f535605f472acd47d3d783161')
28+
sha256sums=('f431aecf2f070567a4ac83b7357b4bcba59905d7b5dbd841ac5dbd31f79b9403')
2929

3030
build() {
3131
cd "$_archive/core"

0 commit comments

Comments
 (0)