diff options
author | Devin Lin | 2024-03-06 16:01:32 -0500 |
---|---|---|
committer | Devin Lin | 2024-03-06 16:01:32 -0500 |
commit | 22386b0d8c581a13b4c0c9c64abc36d1b8078047 (patch) | |
tree | e644a92486025dc2201e000154f0a54fbd21c435 | |
parent | 77f789c64b2ab55fca9d62dbf67356090beae768 (diff) | |
download | aur-22386b0d8c581a13b4c0c9c64abc36d1b8078047.tar.gz |
Update to v6.0.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = plasma-nano pkgdesc = A minimal plasma shell package intended for embedded devices. - pkgver = 5.25.4 + pkgver = 6.0.1 pkgrel = 1 url = https://invent.kde.org/plasma/plasma-nano arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = plasma-nano makedepends = cmake makedepends = extra-cmake-modules depends = plasma-workspace - source = https://download.kde.org/stable/plasma/5.25.4/plasma-nano-5.25.4.tar.xz - sha256sums = 8913de9fd363ff16b28276f019973162658ad341e7f83d5c29888fc58b00c6de + source = https://download.kde.org/stable/plasma/6.0.1/plasma-nano-6.0.1.tar.xz + sha256sums = 2041d015e904401bad3ad35a4a3102da46866aee8fc9cc0c93da37db8ea99474 pkgname = plasma-nano @@ -1,6 +1,6 @@ # Maintainer: Devin Lin <devin@kde.org> pkgname=plasma-nano -pkgver=5.25.4 +pkgver=6.0.1 pkgrel=1 pkgdesc="A minimal plasma shell package intended for embedded devices." arch=(x86_64 i686 i486 pentium4 arm armv6h armv7h aarch64) @@ -10,7 +10,7 @@ groups=() depends=('plasma-workspace') makedepends=('cmake' 'extra-cmake-modules') source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") -sha256sums=('8913de9fd363ff16b28276f019973162658ad341e7f83d5c29888fc58b00c6de') +sha256sums=('2041d015e904401bad3ad35a4a3102da46866aee8fc9cc0c93da37db8ea99474') prepare() { mkdir -p build |