summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-12-03 20:55:10 +0100
committerRobin Candau2023-12-03 20:55:10 +0100
commit2d3dda33b9d45b727d7c6bacf3dd51b770115dc7 (patch)
tree4b33794f93b3a193384ff262bf17bd3753e279b0
parent6fcc4d665a447f43ca709d1c728347cad97d8347 (diff)
downloadaur-2d3dda33b9d45b727d7c6bacf3dd51b770115dc7.tar.gz
New upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a2a0c37b6e..2cbf756290fa 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.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -16,7 +16,7 @@ pkgbase = arch-update
optdepends = vim: Default merge program for pacdiff
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-1.8.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.8.0.tar.gz
- sha256sums = 550a1d3f7bb89ccbc1364df077c26c3cbecf824132cfba58df10988bc8da0c32
+ source = arch-update-1.9.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.9.0.tar.gz
+ sha256sums = 525291a48800e34a478203feb9a5d27199b41c010b024821e909b04d6ea3bf49
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 961cb4afd253..e6da63231c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.8.0
+pkgver=1.9.0
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=('550a1d3f7bb89ccbc1364df077c26c3cbecf824132cfba58df10988bc8da0c32')
+sha256sums=('525291a48800e34a478203feb9a5d27199b41c010b024821e909b04d6ea3bf49')
package() {
cd "${pkgname}-${pkgver}"