diff options
author | Robin Candau | 2025-04-02 16:43:35 +0200 |
---|---|---|
committer | Robin Candau | 2025-04-02 16:43:35 +0200 |
commit | a6b64d13c0b970bd033f96c06cf5cbe0a080bc67 (patch) | |
tree | c25763e87924dbfe6b1b01c5527ab5482a8d5f73 | |
parent | dc33f34e0c37380b4a0b5dc435a5551f10687e90 (diff) | |
download | aur-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-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |