summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-02-09 02:26:48 +0100
committerRobin Candau2023-02-09 02:26:48 +0100
commitc933314183dd7f09198722cc6c91f704e3048169 (patch)
treea96e0706be26ca3244128696e6b4b363fd36ffff
parent5fd42bca66ff8a7b7347a3ea045dee9330b92174 (diff)
downloadaur-c933314183dd7f09198722cc6c91f704e3048169.tar.gz
Bump to v1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b289a1a9d838..9736c6351dda 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.4.2
- pkgrel = 3
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = arch-update
optdepends = libnotify: Desktop notification support
optdepends = sudo: Privilege elevation
optdepends = doas: Privilege elavation
- source = arch-update-1.4.2.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.4.2.tar.gz
- sha256sums = e382adaa778e372dab4aa2bceb17b22a0e878b7cc11d0a7a7c71bf83f976560d
+ source = arch-update-1.5.0.tar.gz::https://github.com/Antiz96/arch-update/archive/v1.5.0.tar.gz
+ sha256sums = 5251573ec3c0caf7677c53fca7d432c7760ff58d5c16034080230288fc578b10
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 317edfb5ec3e..cf70c32b26fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=arch-update
-pkgver=1.4.2
-pkgrel=3
+pkgver=1.5.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"
@@ -14,7 +14,7 @@ optdepends=('yay: AUR support'
'sudo: Privilege elevation'
'doas: Privilege elavation')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e382adaa778e372dab4aa2bceb17b22a0e878b7cc11d0a7a7c71bf83f976560d')
+sha256sums=('5251573ec3c0caf7677c53fca7d432c7760ff58d5c16034080230288fc578b10')
package() {
cd "${pkgname}-${pkgver}"