summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-01-06 22:13:01 +0100
committerRobin Candau2024-01-06 22:13:01 +0100
commit69ead5101f1ad8a2c32c9d6e844ea828d0d1b1fb (patch)
treea2d845d80ca57bc7f7dcdb9e0c073e9189cb61dc
parenta308a585964d023f41bded25b4aa4f2070abf446 (diff)
downloadaur-69ead5101f1ad8a2c32c9d6e844ea828d0d1b1fb.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75e4c35f880..8121d54174d1 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.9.1
+ pkgver = 1.10.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.9.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.9.1.tar.gz
- sha256sums = 4d8a3b7e990acde3edfa8017357e2d26f8b7424e679203685522255d89ff69e0
+ source = arch-update-1.10.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.10.0.tar.gz
+ sha256sums = 219ca07ac3dccc929b791d71a5da7db0098f388c5fd8bbee8d6eaa495fc12599
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index e44c963ff5da..ef4f0eed5008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.9.1
+pkgver=1.10.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=('4d8a3b7e990acde3edfa8017357e2d26f8b7424e679203685522255d89ff69e0')
+sha256sums=('219ca07ac3dccc929b791d71a5da7db0098f388c5fd8bbee8d6eaa495fc12599')
package() {
cd "${pkgname}-${pkgver}"