upgpkg: plasma6-applets-arch-update-notifier-6.4.1-1: new upstream release
This commit is contained in:
parent
cc4f10060a
commit
ef994a5f1c
2 changed files with 9 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,13 +1,14 @@
|
||||||
pkgbase = plasma6-applets-arch-update-notifier
|
pkgbase = plasma6-applets-arch-update-notifier
|
||||||
pkgdesc = KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...).
|
pkgdesc = KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...).
|
||||||
pkgver = 6.3.2
|
pkgver = 6.4.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/bouteillerAlan/archupdate
|
url = https://github.com/bouteillerAlan/archupdate
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = kdeclarative
|
depends = kdeclarative
|
||||||
depends = kdialog
|
depends = kdialog
|
||||||
|
depends = kiconthemes
|
||||||
depends = kirigami
|
depends = kirigami
|
||||||
depends = konsole
|
depends = konsole
|
||||||
depends = ksvg
|
depends = ksvg
|
||||||
|
|
@ -18,8 +19,8 @@ pkgbase = plasma6-applets-arch-update-notifier
|
||||||
depends = qt6-declarative
|
depends = qt6-declarative
|
||||||
optdepends = paru: paru support
|
optdepends = paru: paru support
|
||||||
optdepends = yay: yay support - supported by default
|
optdepends = yay: yay support - supported by default
|
||||||
source = plasma6-applets-arch-update-notifier-6.3.2::git+https://github.com/bouteillerAlan/archupdate.git#tag=v6.3.2?signed
|
source = plasma6-applets-arch-update-notifier-6.4.1::git+https://github.com/bouteillerAlan/archupdate.git#tag=v6.4.1?signed
|
||||||
validpgpkeys = 6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E
|
validpgpkeys = 6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E
|
||||||
b2sums = 04f6c5208ebe102ddf823d2910c34516b84c1398a226d3f81d431cbb54934f47dbf0e54a72f436ec3af2060ef56032096ef5bab43bd242bb5ade1d27ef411639
|
b2sums = 9cb173a9319cc14f71166f118ce9e24c170a29cc2967f13b16dac0b0de4765b4e750a8d38248a9324845c5774166d5967fff4923e266cbcaa654845b7efe22a4
|
||||||
|
|
||||||
pkgname = plasma6-applets-arch-update-notifier
|
pkgname = plasma6-applets-arch-update-notifier
|
||||||
|
|
|
||||||
7
PKGBUILD
7
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Bouteiller a2n Alan <a2n.dev@pm.me>
|
# Contributor: Bouteiller a2n Alan <a2n.dev@pm.me>
|
||||||
|
|
||||||
pkgname="plasma6-applets-arch-update-notifier"
|
pkgname="plasma6-applets-arch-update-notifier"
|
||||||
pkgver=6.3.2
|
pkgver=6.4.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...)."
|
pkgdesc="KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...)."
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/bouteillerAlan/archupdate"
|
url="https://github.com/bouteillerAlan/archupdate"
|
||||||
|
|
@ -14,6 +14,7 @@ source=("$pkgname-$pkgver::git+$url.git#tag=v${pkgver}?signed")
|
||||||
depends=(
|
depends=(
|
||||||
kdeclarative
|
kdeclarative
|
||||||
kdialog
|
kdialog
|
||||||
|
kiconthemes
|
||||||
kirigami
|
kirigami
|
||||||
konsole
|
konsole
|
||||||
ksvg
|
ksvg
|
||||||
|
|
@ -30,7 +31,7 @@ optdepends=(
|
||||||
"paru: paru support"
|
"paru: paru support"
|
||||||
"yay: yay support - supported by default"
|
"yay: yay support - supported by default"
|
||||||
)
|
)
|
||||||
b2sums=('04f6c5208ebe102ddf823d2910c34516b84c1398a226d3f81d431cbb54934f47dbf0e54a72f436ec3af2060ef56032096ef5bab43bd242bb5ade1d27ef411639')
|
b2sums=('9cb173a9319cc14f71166f118ce9e24c170a29cc2967f13b16dac0b0de4765b4e750a8d38248a9324845c5774166d5967fff4923e266cbcaa654845b7efe22a4')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E # Bouteiller a2n Alan <a2n.dev@pm.me>, retrieved from https://github.com/bouteillerAlan.gpg
|
6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E # Bouteiller a2n Alan <a2n.dev@pm.me>, retrieved from https://github.com/bouteillerAlan.gpg
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue