summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-04-14 21:33:07 +0200
committerRobin Candau2024-04-14 21:33:28 +0200
commita573442f7540a64b837f0ea77657ad77fd5b3ada (patch)
tree1409d3c33ed932e5960314ce55bcb6bf2d8e552b
parentac996433025903277c70e63af57a7d9cb8597b5e (diff)
downloadaur-a573442f7540a64b837f0ea77657ad77fd5b3ada.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v1.14.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17243f9eee84..4a0c447989ec 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.2
+ pkgver = 1.14.3
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.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.14.2.tar.gz
- sha256sums = abacee65422072dfd2c41a1aca32bd0b75b010356adffc2fa71ee269ba37481e
+ source = arch-update-1.14.3.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.14.3.tar.gz
+ sha256sums = 2f57d2c3bc87777e79ca752ba5d0210112186c48c81d8c7b4f49ee62113a8db6
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 7c036a2000fa..e8990b70b832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.14.2
+pkgver=1.14.3
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=('abacee65422072dfd2c41a1aca32bd0b75b010356adffc2fa71ee269ba37481e')
+sha256sums=('2f57d2c3bc87777e79ca752ba5d0210112186c48c81d8c7b4f49ee62113a8db6')
package() {
cd "${pkgname}-${pkgver}"