summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan [A2N] Bouteiller2024-03-05 10:25:54 +0100
committerAlan [A2N] Bouteiller2024-03-05 10:25:54 +0100
commit9faf01aab81543025fc018d92b3aa8f42a90208e (patch)
treee4694857500f9e5adca22cfb1d02f5a8ea74d185
parent208801624c89a81df4f8f5b106ed03edf0faca16 (diff)
downloadaur-9faf01aab81543025fc018d92b3aa8f42a90208e.tar.gz
undo to plasma 5
This reverts commit ac2cf6c724a9511cdf5940080bc5f217a3ce7033.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8bb2b22c4af..fad40bc243f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 2
+ pkgver = 4.2.1
+ pkgrel = 1
url = https://github.com/bouteillerAlan/archupdate
arch = any
license = GPL3
@@ -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=a34d9b5dc300d4ef12cb4f53a6fe2653726d116c?signed
+ source = git+https://github.com/bouteillerAlan/archupdate.git#tag=ddaf9d2d3e0b75c4ba3c39d1060cbc30190990b7?signed
validpgpkeys = 6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9c3c536a695e..75f87a96da7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bouteiller a2n Alan <a2n.dev@pm.me>
# git rev-parse tagName
-_tag=a34d9b5dc300d4ef12cb4f53a6fe2653726d116c
+_tag=ddaf9d2d3e0b75c4ba3c39d1060cbc30190990b7
_plasmoidName="a2n.archupdate.plasmoid"
_souceName="archupdate"
pkgname="kdeplasma-arch-update-notifier-git"
# pkgver is updated automatically by the pkgver step
-pkgver=5.0.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
pkgdesc="KDE plasmoid that lets you know when arch updates are required. Takes all repo's into account (core, extra, aur, ...)."
arch=("any")
url="https://github.com/bouteillerAlan/archupdate"