diff options
author | Robin Candau | 2025-03-18 11:49:56 +0100 |
---|---|---|
committer | Robin Candau | 2025-03-18 11:49:56 +0100 |
commit | 00d42f06af6e0b727fa1682e6fbba58962c67a29 (patch) | |
tree | c221853eb56e5890ac9ea95989b03407cc458ba5 | |
parent | fcd0ce47b647cc1b7ecb3280d9c308e3cee37113 (diff) | |
download | aur-00d42f06af6e0b727fa1682e6fbba58962c67a29.tar.gz |
updpkg: 3.8.0-1: New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v3.8.0
-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.7.6 + pkgver = 3.8.0 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.7.6.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.7.6.tar.gz - sha256sums = b27f731ae6855372f27802dde2a248e97f1d0596e6b2f53f1c5edaad7fdf1ffd + source = arch-update-3.8.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.8.0.tar.gz + sha256sums = 1965ddd3063421c74ad29289351ab4a2af24d4096668d261cef493f6551db5e0 pkgname = arch-update @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <antiz@archlinux.org> pkgname=arch-update -pkgver=3.7.6 +pkgver=3.8.0 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=('b27f731ae6855372f27802dde2a248e97f1d0596e6b2f53f1c5edaad7fdf1ffd') +sha256sums=('1965ddd3063421c74ad29289351ab4a2af24d4096668d261cef493f6551db5e0') prepare() { cd "${pkgname}-${pkgver}" |