summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-09-24 01:31:58 +0200
committerRobin Candau2024-09-24 01:31:58 +0200
commitde9285e791fdcf9b67ae500c2adae93ac4b402db (patch)
tree9848b97a1efd048784581823a1e42b61dc0a5f1b
parent9cc46a72ff1c9335fcf842fd5be6cde3825820ce (diff)
downloadaur-de9285e791fdcf9b67ae500c2adae93ac4b402db.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d708e5e1f81..592ddde7a56c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e0fb13ed0ddc..0e1a058a4bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"