summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-11-10 20:17:25 +0100
committerRobin Candau2023-11-10 20:17:25 +0100
commit5d2bfc5b5246bdd7fd428e4d95a292e0943cca08 (patch)
treeb977d828d5c5270fd83b8379baf9e0d0bbbe060b
parentd8d4ba9cf6a0cec34393ba1835c88ebcaa30a6b1 (diff)
downloadaur-5d2bfc5b5246bdd7fd428e4d95a292e0943cca08.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 5a2275c0e3f6..dffc49fcecf5 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.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -16,7 +16,7 @@ pkgbase = arch-update
optdepends = libnotify: Desktop notification support
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-1.6.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.6.0.tar.gz
- sha256sums = 6d995c2e078b1de50aded56c510366b867cda866d84145deb36d9e87fbcd1019
+ source = arch-update-1.6.1.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.6.1.tar.gz
+ sha256sums = b2098276dacf8356df420dd7804714828b6a560307ed43e7c6ec395b432b1082
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 4153bdd299bb..0636929864f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="An update notifier/applier that assists you with important pre/post update tasks."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('yay: AUR support'
'sudo: Privilege elevation'
'doas: Privilege elavation')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('6d995c2e078b1de50aded56c510366b867cda866d84145deb36d9e87fbcd1019')
+sha256sums=('b2098276dacf8356df420dd7804714828b6a560307ed43e7c6ec395b432b1082')
package() {
cd "${pkgname}-${pkgver}"