summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2024-02-29 21:10:56 +0100
committerRobin Candau2024-02-29 21:10:56 +0100
commit8a7364843ed2348a257f4568ca67fb48f5de7cd5 (patch)
tree926c973de701ee60e5afd1ecbea015ea65847613
parent20bae4672bf498247f02c8ae2cd06fa6e74c5b66 (diff)
downloadaur-8a7364843ed2348a257f4568ca67fb48f5de7cd5.tar.gz
New upstream release
https://github.com/Antiz96/arch-update/releases/tag/v1.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5a383dd8c0d..a5dae5d582df 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.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -17,7 +17,7 @@ pkgbase = arch-update
optdepends = vim: Default merge program for pacdiff
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-1.12.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.12.0.tar.gz
- sha256sums = b498d8a288edc82c604f9fa4dbf329133a362c5608b9fc764e984d90313c38ac
+ source = arch-update-1.12.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.12.1.tar.gz
+ sha256sums = a5393951d9f2b9cc569c5d44e12c6c89c607345533588ecd797f60c477ebcf37
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 0aa2e723f5eb..3328c54328ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.12.0
+pkgver=1.12.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=('b498d8a288edc82c604f9fa4dbf329133a362c5608b9fc764e984d90313c38ac')
+sha256sums=('a5393951d9f2b9cc569c5d44e12c6c89c607345533588ecd797f60c477ebcf37')
package() {
cd "${pkgname}-${pkgver}"