summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-04-03 12:18:54 +0200
committerRobin Candau2023-04-03 12:18:54 +0200
commit80c9312e49f1321aa927d3f21b0a98732f61c0eb (patch)
treefbd6d4f66eb09d650c7c215473c6a5ae9d4b8c1f
parentfd23d11afac25e7d8fb6c1359605da8916b5ca6d (diff)
downloadaur-80c9312e49f1321aa927d3f21b0a98732f61c0eb.tar.gz
Bump to v1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aadf1ab78a8a..4c3d00820b71 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.1
+ pkgver = 1.5.2
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.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.1.tar.gz
- sha256sums = a6502d53a94a99da135e1212993802498dcde87cd3516e1e5a9dc942c1260bfb
+ source = arch-update-1.5.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.2.tar.gz
+ sha256sums = 861f2a4ff874c7e6fd7e5818873b0d528d3a73b618c379c733e56a101033cd95
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index ca9bf6278582..bec88edfaecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.5.1
+pkgver=1.5.2
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=('a6502d53a94a99da135e1212993802498dcde87cd3516e1e5a9dc942c1260bfb')
+sha256sums=('861f2a4ff874c7e6fd7e5818873b0d528d3a73b618c379c733e56a101033cd95')
package() {
cd "${pkgname}-${pkgver}"