summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan [A2N] Bouteiller2024-03-07 18:04:30 +0100
committerAlan [A2N] Bouteiller2024-03-07 18:04:30 +0100
commit5fd60835edbe329a8053bb4a65711835991e4618 (patch)
treed79c1997aa187c5674c6248f79da4ff796a25eb1
parentd32a8535b8db63b93f75a538b16dcaba52b5078e (diff)
downloadaur-5fd60835edbe329a8053bb4a65711835991e4618.tar.gz
systray release for the AUR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a86a172b08..8b3501ac8221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdeplasma-arch-update-notifier-git
pkgdesc = KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...).
- pkgver = 5.0.4
+ pkgver = 5.1.0
pkgrel = 2
url = https://github.com/bouteillerAlan/archupdate
arch = any
@@ -11,7 +11,7 @@ pkgbase = kdeplasma-arch-update-notifier-git
depends = yay
depends = kdialog
optdepends = paru: paru support
- source = git+https://github.com/bouteillerAlan/archupdate.git#tag=706c895ba20b0eaf05470af023a18a1d42445f78?signed
+ source = git+https://github.com/bouteillerAlan/archupdate.git#tag=2c618b14f02341086b20073f0ae6701ea98d21b8?signed
validpgpkeys = 6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1ef83bd89474..83d20811a178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bouteiller a2n Alan <a2n.dev@pm.me>
# git rev-parse tagName
-# 5.0.4
-_tag=706c895ba20b0eaf05470af023a18a1d42445f78
+# 5.1.0
+_tag=2c618b14f02341086b20073f0ae6701ea98d21b8
_plasmoidName="a2n.archupdate.plasmoid"
_souceName="archupdate"
pkgname="kdeplasma-arch-update-notifier-git"
# pkgver is updated automatically by the pkgver step
-pkgver=5.0.4
+pkgver=5.1.0
pkgrel=2
pkgdesc="KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...)."
arch=("any")