summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-04-13 15:51:41 +0200
committerRobin Candau2024-04-13 15:51:41 +0200
commitac996433025903277c70e63af57a7d9cb8597b5e (patch)
treee8eff85663a7110f1760b305e9df319374b4e183
parent31c12da6759d12ed315d9dfdc1430c4e6da75fac (diff)
downloadaur-ac996433025903277c70e63af57a7d9cb8597b5e.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v1.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f555d1821c66..17243f9eee84 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.14.1
+ pkgver = 1.14.2
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -17,7 +17,7 @@ pkgbase = arch-update
optdepends = vim: Default merge program for pacdiff
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-1.14.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.14.1.tar.gz
- sha256sums = bb62c4e5a25e36b1c384d21c72b27544f995b9ded17d41f86410f53c83daa40f
+ source = arch-update-1.14.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.14.2.tar.gz
+ sha256sums = abacee65422072dfd2c41a1aca32bd0b75b010356adffc2fa71ee269ba37481e
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 82cbab1530ed..7c036a2000fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc="An update notifier/applier that assists you with important pre/post update tasks."
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('yay: AUR support'
'sudo: Privilege elevation'
'doas: Privilege elavation')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('bb62c4e5a25e36b1c384d21c72b27544f995b9ded17d41f86410f53c83daa40f')
+sha256sums=('abacee65422072dfd2c41a1aca32bd0b75b010356adffc2fa71ee269ba37481e')
package() {
cd "${pkgname}-${pkgver}"