summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-12-01 16:54:49 +0100
committerRobin Candau2023-12-01 16:54:49 +0100
commit6fcc4d665a447f43ca709d1c728347cad97d8347 (patch)
tree1b03bd5b12357f975c8f8f99a9a741f4140a7be9
parentef59758e1be0c5f43eb6f963b35ffbfef1c58404 (diff)
downloadaur-6fcc4d665a447f43ca709d1c728347cad97d8347.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 f613330ac3f5..12a2a0c37b6e 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.7.0
+ pkgver = 1.8.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.7.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.7.0.tar.gz
- sha256sums = 32db79f7ecd311abd4596c7ed991fad1e76df490e8aaa06cafe57b53bd9d3ea5
+ source = arch-update-1.8.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.8.0.tar.gz
+ sha256sums = 550a1d3f7bb89ccbc1364df077c26c3cbecf824132cfba58df10988bc8da0c32
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index dd8cd4ca159d..961cb4afd253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.7.0
+pkgver=1.8.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=('32db79f7ecd311abd4596c7ed991fad1e76df490e8aaa06cafe57b53bd9d3ea5')
+sha256sums=('550a1d3f7bb89ccbc1364df077c26c3cbecf824132cfba58df10988bc8da0c32')
package() {
cd "${pkgname}-${pkgver}"