diff options
author | Robin Candau | 2024-09-24 01:31:58 +0200 |
---|---|---|
committer | Robin Candau | 2024-09-24 01:31:58 +0200 |
commit | de9285e791fdcf9b67ae500c2adae93ac4b402db (patch) | |
tree | 9848b97a1efd048784581823a1e42b61dc0a5f1b | |
parent | 9cc46a72ff1c9335fcf842fd5be6cde3825820ce (diff) | |
download | aur-de9285e791fdcf9b67ae500c2adae93ac4b402db.tar.gz |
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v3.0.1
-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.0.0 + pkgver = 3.0.1 pkgrel = 1 url = https://github.com/Antiz96/arch-update arch = any @@ -26,7 +26,7 @@ pkgbase = arch-update optdepends = qt6-wayland: Systray applet support on Wayland optdepends = sudo: Privilege elevation optdepends = doas: Privilege elavation - source = arch-update-3.0.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.0.0.tar.gz - sha256sums = 3564e9bb1418ccbf816b688f0bfe39688a553bfcc82796441e01be203a8c6d40 + source = arch-update-3.0.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v3.0.1.tar.gz + sha256sums = 719d2fd98a60c4ff46e249b8c8ad48bf64af03b4e1ef620478c61ab5ae77877c pkgname = arch-update @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <antiz@archlinux.org> pkgname=arch-update -pkgver=3.0.0 +pkgver=3.0.1 pkgrel=1 pkgdesc="An update notifier/applier that assists you with important pre/post update tasks." url="https://github.com/Antiz96/arch-update" @@ -18,7 +18,7 @@ optdepends=('yay: AUR Packages support' 'sudo: Privilege elevation' 'doas: Privilege elavation') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('3564e9bb1418ccbf816b688f0bfe39688a553bfcc82796441e01be203a8c6d40') +sha256sums=('719d2fd98a60c4ff46e249b8c8ad48bf64af03b4e1ef620478c61ab5ae77877c') check() { cd "${pkgname}-${pkgver}" |