Compare commits
1
Commits
master
...
3e34afe8a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e34afe8a1 |
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user