summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-01-14 20:43:42 +0100
committerRobin Candau2024-01-14 20:43:42 +0100
commita82dcbcda19d3f1fcf04167edbeb7c1716aeaddf (patch)
treefd95f303d922735618a82a9d0a656e73492c9b3d
parent69ead5101f1ad8a2c32c9d6e844ea828d0d1b1fb (diff)
downloadaur-a82dcbcda19d3f1fcf04167edbeb7c1716aeaddf.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8121d54174d1..3dc54b51a86e 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.10.0
+ pkgver = 1.10.1
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.10.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.10.0.tar.gz
- sha256sums = 219ca07ac3dccc929b791d71a5da7db0098f388c5fd8bbee8d6eaa495fc12599
+ source = arch-update-1.10.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.10.1.tar.gz
+ sha256sums = 4cc4ccee9af80ec347c2d444e1ae43ce323cd05fd13d0d750f886fa190a78c85
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index ef4f0eed5008..4b893acebe61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.10.0
+pkgver=1.10.1
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=('219ca07ac3dccc929b791d71a5da7db0098f388c5fd8bbee8d6eaa495fc12599')
+sha256sums=('4cc4ccee9af80ec347c2d444e1ae43ce323cd05fd13d0d750f886fa190a78c85')
package() {
cd "${pkgname}-${pkgver}"