summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-07-17 00:48:00 +0200
committerRobin Candau2023-07-17 00:48:00 +0200
commitf07d681db6eb83e174314c6139c6ce96e9fadc5a (patch)
tree99866b184e37b803c45f889061e1f77ac3a205fa
parentdbf787fd545be817573dd59a758e58109104a11e (diff)
downloadaur-f07d681db6eb83e174314c6139c6ce96e9fadc5a.tar.gz
New upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82fda66d066b..c615700ed774 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 = 1.5.6
+ pkgver = 1.5.7
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -15,7 +15,7 @@ pkgbase = arch-update
optdepends = libnotify: Desktop notification support
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-1.5.6.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.6.tar.gz
- sha256sums = 3fa50aaa7988cb845fb68899b13404e70b730b7806a201a3104aeab8338f527b
+ source = arch-update-1.5.7.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.7.tar.gz
+ sha256sums = 74d268f5e8fa93894dbaf7791a948ab9777ad2468003c4518ec3573707d3e5f7
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index eaaa176702f5..c0a961d5225d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.5.6
+pkgver=1.5.7
pkgrel=1
pkgdesc="An update notifier/applier that assists you with important pre/post update tasks."
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('yay: AUR support'
'sudo: Privilege elevation'
'doas: Privilege elavation')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('3fa50aaa7988cb845fb68899b13404e70b730b7806a201a3104aeab8338f527b')
+sha256sums=('74d268f5e8fa93894dbaf7791a948ab9777ad2468003c4518ec3573707d3e5f7')
package() {
cd "${pkgname}-${pkgver}"