🚀 CD: update email & add qqc2-desktop-style as optdepends

This commit is contained in:
2026-08-21 17:52:09 +02:00
parent a9f7d9c770
commit 3e34afe8a1
+3 -2
View File
@@ -24,7 +24,7 @@ jobs:
SHA256=$(sha256sum source.tar.gz | awk '{print $1}')
cat << 'EOF' > PKGBUILD
# Maintainer: Uyanide <me@uyani.de>
# Maintainer: Uyanide <pywang0608@foxmail.com>
pkgname=wallreel
pkgver=${{ env.VERSION }}
pkgrel=1
@@ -34,6 +34,7 @@ jobs:
license=('MIT')
depends=('qt6-base' 'qt6-declarative' 'gcc-libs' 'glibc')
makedepends=('cmake')
optdepends=('qqc2-desktop-style: native Plasma look and feel')
options=('!debug')
source=("${pkgname}-${pkgver}.tar.gz::https://git.uyani.de/Uyanide/WallReel/archive/v${pkgver}.tar.gz")
sha256sums=('INSERT_SHA256_HERE')
@@ -150,7 +151,7 @@ jobs:
cd aur-repo
cat << 'EOF' > LICENSE
Copyright (C) 2026 by Uyanide me@uyani.de
Copyright (C) 2026 by Uyanide pywang0608@foxmail.com
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.