summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntiz (Robin C.)2022-11-28 18:54:55 +0100
committerAntiz (Robin C.)2022-11-28 18:54:55 +0100
commitf30cd1b0cef4739e90fe0898c52cebd640210fd8 (patch)
tree9829ed952866f8ffaa36549ef93e3cde56310179
parentdd81d1fb36f3a39d9db46b452eeb72365d5698f3 (diff)
downloadaur-f30cd1b0cef4739e90fe0898c52cebd640210fd8.tar.gz
Bump to v1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac760b015ed..5e3aaa61012a 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.4.0
+ pkgver = 1.4.1
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.4.0::https://github.com/Antiz96/arch-update/archive/v1.4.0.tar.gz
- sha256sums = dfd7e614cc57053f180e779f0f92851de2a7c0afd15526caad12e3741d5b6398
+ source = arch-update-1.4.1::https://github.com/Antiz96/arch-update/archive/v1.4.1.tar.gz
+ sha256sums = d37d8f50d6168916076d94093c3f90b67309034da226c65eeea69e9110e01f27
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index f6bf9b24e6cd..2bd37b48a5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <robincandau[at]protonmail[dot]com>
pkgname=arch-update
-pkgver=1.4.0
+pkgver=1.4.1
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}::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('dfd7e614cc57053f180e779f0f92851de2a7c0afd15526caad12e3741d5b6398')
+sha256sums=('d37d8f50d6168916076d94093c3f90b67309034da226c65eeea69e9110e01f27')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"