summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2025-04-02 16:43:35 +0200
committerRobin Candau2025-04-02 16:43:35 +0200
commita6b64d13c0b970bd033f96c06cf5cbe0a080bc67 (patch)
treec25763e87924dbfe6b1b01c5527ab5482a8d5f73
parentdc33f34e0c37380b4a0b5dc435a5551f10687e90 (diff)
downloadaur-a6b64d13c0b970bd033f96c06cf5cbe0a080bc67.tar.gz
updpkg: 3.9.2-1: New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v3.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c70b8eed0be3..813c1c7693c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-update
pkgdesc = An update notifier & applier that assists you with important pre / post update tasks
- pkgver = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -28,7 +28,7 @@ pkgbase = arch-update
optdepends = qt6-wayland: Systray applet support on Wayland
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-3.9.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.9.1.tar.gz
- sha256sums = 1e4e9f21c76393746ad4e2108c0062c41d70e9e3ccc335c8ac531800e0973291
+ source = arch-update-3.9.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.9.2.tar.gz
+ sha256sums = f3044396c61c697a474adf10cbf255ef5394064c06cb2830219f4dde8fbab234
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 82b729466dd9..ae988b32bfa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=3.9.1
+pkgver=3.9.2
pkgrel=1
pkgdesc="An update notifier & applier that assists you with important pre / post update tasks"
url="https://github.com/Antiz96/arch-update"
@@ -20,7 +20,7 @@ optdepends=('paru: AUR Packages support'
'sudo: Privilege elevation'
'doas: Privilege elavation')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1e4e9f21c76393746ad4e2108c0062c41d70e9e3ccc335c8ac531800e0973291')
+sha256sums=('f3044396c61c697a474adf10cbf255ef5394064c06cb2830219f4dde8fbab234')
prepare() {
cd "${pkgname}-${pkgver}"