summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-06-15 01:13:16 +0200
committerRobin Candau2023-06-15 01:13:16 +0200
commitb770200c7f8f54aa216565b7d81d5807d3607320 (patch)
tree43915a0a6437aea757fbf5e1ee893b1bef74ff86
parent1dbcafa809fb8a85e27583cc1c80a01cbfdee8eb (diff)
downloadaur-b770200c7f8f54aa216565b7d81d5807d3607320.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 93a0f4ce66af..174d3d7c245c 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.4
+ pkgver = 1.5.5
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.4.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.4.tar.gz
- sha256sums = 927379f7aee0e9c5ac4f4ba1788b95253f1d9e495e5b955894d35ca8d9678afe
+ source = arch-update-1.5.5.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.5.tar.gz
+ sha256sums = 2890d2c359719e23aa9a795daddb596960eafe7188931b975d0c5192437c41b2
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index c35439eb6fdc..9c97a589cd79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.5.4
+pkgver=1.5.5
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=('927379f7aee0e9c5ac4f4ba1788b95253f1d9e495e5b955894d35ca8d9678afe')
+sha256sums=('2890d2c359719e23aa9a795daddb596960eafe7188931b975d0c5192437c41b2')
package() {
cd "${pkgname}-${pkgver}"