diff options
author | Robin Candau | 2025-01-27 07:13:20 +0100 |
---|---|---|
committer | Robin Candau | 2025-01-27 07:13:20 +0100 |
commit | 53e3fd54d84567a12804002ad2fb75a66c7ad8fd (patch) | |
tree | 21a762c9aa90035fdd55e4578c435c4a3e0127b9 | |
parent | 6e23a0678d5df71971f5e1ea339ed71ff142e243 (diff) | |
download | aur-53e3fd54d84567a12804002ad2fb75a66c7ad8fd.tar.gz |
upgpkg: 3.7.0-1: New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v3.7.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.6.1 + pkgver = 3.7.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.6.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.6.1.tar.gz - sha256sums = 0e963ecd093ca0b87c74fb1126ad2e1b7d43359b7887964360174a216e7d65a6 + source = arch-update-3.7.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.7.0.tar.gz + sha256sums = 1b5f8cd42c5955b7d19a25b5743aa8231bb222cf5b598e628d3b8d0b283edc4e pkgname = arch-update @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <antiz@archlinux.org> pkgname=arch-update -pkgver=3.6.1 +pkgver=3.7.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=('0e963ecd093ca0b87c74fb1126ad2e1b7d43359b7887964360174a216e7d65a6') +sha256sums=('1b5f8cd42c5955b7d19a25b5743aa8231bb222cf5b598e628d3b8d0b283edc4e') prepare() { cd "${pkgname}-${pkgver}" |