plasma 6.1.4

This commit is contained in:
Page Asgardius 2024-08-09 08:08:48 -07:00
parent 21e15026a5
commit c819b6bdb5
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# Contributor: Bhushan Shah <bhush94 at gmail dot com> # Contributor: Bhushan Shah <bhush94 at gmail dot com>
pkgname=plasma-mobile pkgname=plasma-mobile
pkgver=6.1.2 pkgver=6.1.4
_dirver=$(echo $pkgver | cut -d. -f1-3) _dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1 pkgrel=1
pkgdesc="Plasma shell for mobile devices" pkgdesc="Plasma shell for mobile devices"
@ -28,7 +28,7 @@ optdepends=('hfd-service: Haptic feedback')
replaces=('plasma-phone-components') replaces=('plasma-phone-components')
source=("https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz") source=("https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz")
install=$pkgname.install install=$pkgname.install
sha512sums=('db59764c89c91245fca60569a996a61e64e7e7eb0a869e10f65fda47dd6c9a7bb1843dfd7bc24d4d6c4cfb2a55a9d5f0a8f3e3ade6f8000edd8509a3efa5479e') sha512sums=('SKIP')
build() { build() {
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \

View file

@ -1,7 +1,7 @@
# Maintainer: Danct12 <danct12@disroot.org> # Maintainer: Danct12 <danct12@disroot.org>
# Contributor: Devin Lin <devin@kde.org> # Contributor: Devin Lin <devin@kde.org>
pkgname=plasma-nano pkgname=plasma-nano
pkgver=6.1.2 pkgver=6.1.4
pkgrel=1 pkgrel=1
pkgdesc="A minimal plasma shell package intended for embedded devices." pkgdesc="A minimal plasma shell package intended for embedded devices."
arch=(x86_64 i686 i486 pentium4 arm armv6h armv7h aarch64) arch=(x86_64 i686 i486 pentium4 arm armv6h armv7h aarch64)
@ -18,7 +18,7 @@ depends=(
) )
makedepends=('cmake' 'extra-cmake-modules') makedepends=('cmake' 'extra-cmake-modules')
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('63de451ccf182f5d9c500530c771745b013ceed73f9fdef5115a8ca646b9cab7') sha256sums=('SKIP')
prepare() { prepare() {
mkdir -p build mkdir -p build