diff options
author | Robin Candau | 2024-05-20 00:58:55 +0200 |
---|---|---|
committer | Robin Candau | 2024-05-20 00:58:55 +0200 |
commit | 13c1df1620e28f67c2c6cce1627c75405d83cc4a (patch) | |
tree | 5701eede0b4841fc4a41e47008945a40f3c1b257 | |
parent | bbcd22da1ccb560cff59047e7b77e394c2d138a1 (diff) | |
download | aur-13c1df1620e28f67c2c6cce1627c75405d83cc4a.tar.gz |
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v2.0.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 = 2.0.1 + pkgver = 2.0.2 pkgrel = 1 url = https://github.com/Antiz96/arch-update arch = any @@ -23,7 +23,7 @@ pkgbase = arch-update optdepends = qt6-wayland: Systray applet support on Wayland optdepends = sudo: Privilege elevation optdepends = doas: Privilege elavation - source = arch-update-2.0.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v2.0.1.tar.gz - sha256sums = b007b711475723748124a0c01653e3179e15bbf53435aac8b0704953e438655b + source = arch-update-2.0.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v2.0.2.tar.gz + sha256sums = e980d70301e07a086758e258c1300837444171ffa75da73ee1fb7509b7017792 pkgname = arch-update @@ -1,7 +1,7 @@ # Maintainer: Robin Candau <antiz@archlinux.org> pkgname=arch-update -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="An update notifier/applier that assists you with important pre/post update tasks." arch=('any') @@ -17,7 +17,7 @@ optdepends=('yay: AUR Packages support' 'sudo: Privilege elevation' 'doas: Privilege elavation') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('b007b711475723748124a0c01653e3179e15bbf53435aac8b0704953e438655b') +sha256sums=('e980d70301e07a086758e258c1300837444171ffa75da73ee1fb7509b7017792') package() { cd "${pkgname}-${pkgver}" |