summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-11-24 12:30:05 +0100
committerRobin Candau2023-11-24 12:30:05 +0100
commitef59758e1be0c5f43eb6f963b35ffbfef1c58404 (patch)
treef9775e9b844fff61f66f5af5045fb71c97acfbe0
parentddee4a9bcf5adea3d73e7e533c5967a153d2eab9 (diff)
downloadaur-ef59758e1be0c5f43eb6f963b35ffbfef1c58404.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba8fb320742c..f613330ac3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arch-update
pkgdesc = An update notifier/applier that assists you with important pre/post update tasks.
- pkgver = 1.6.2
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
license = GPL3
@@ -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.6.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.6.2.tar.gz
- sha256sums = 34401752aae59ea46d0e01873fb7ae20c27be6995b372a8d4995716dabe22df5
+ source = arch-update-1.7.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.7.0.tar.gz
+ sha256sums = 32db79f7ecd311abd4596c7ed991fad1e76df490e8aaa06cafe57b53bd9d3ea5
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index cd303eccadbc..dd8cd4ca159d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="An update notifier/applier that assists you with important pre/post update tasks."
arch=('any')
url="https://github.com/Antiz96/arch-update"
@@ -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=('34401752aae59ea46d0e01873fb7ae20c27be6995b372a8d4995716dabe22df5')
+sha256sums=('32db79f7ecd311abd4596c7ed991fad1e76df490e8aaa06cafe57b53bd9d3ea5')
package() {
cd "${pkgname}-${pkgver}"