summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-04-18 10:07:33 +0200
committerRobin Candau2024-04-18 10:07:33 +0200
commit15a056918faffa35ab1b133692d6dfc16748b74e (patch)
treee0541fde282694301b2bdf8b2d05755f35757131
parenta573442f7540a64b837f0ea77657ad77fd5b3ada (diff)
downloadaur-15a056918faffa35ab1b133692d6dfc16748b74e.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v1.14.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0c447989ec..4e45c557d61f 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.3
+ pkgver = 1.14.4
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.3.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.14.3.tar.gz
- sha256sums = 2f57d2c3bc87777e79ca752ba5d0210112186c48c81d8c7b4f49ee62113a8db6
+ source = arch-update-1.14.4.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.14.4.tar.gz
+ sha256sums = f685d5f1ecfc1c2eed973cfbbc5fcbbf54a81921eaf847b7cc934875eb0db862
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index e8990b70b832..66791e9a83da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.14.3
+pkgver=1.14.4
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=('2f57d2c3bc87777e79ca752ba5d0210112186c48c81d8c7b4f49ee62113a8db6')
+sha256sums=('f685d5f1ecfc1c2eed973cfbbc5fcbbf54a81921eaf847b7cc934875eb0db862')
package() {
cd "${pkgname}-${pkgver}"