summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-05-01 11:20:11 +0200
committerRobin Candau2022-05-01 11:20:11 +0200
commit7295dcde8ed077e1b95eb1b3d51dc749308692b1 (patch)
tree88e05f751aeb31d461573f8313c391baa3d6191c
parentae3e781046ac99dd7bc688b6ef8a1beb79e8c1a1 (diff)
downloadaur-7295dcde8ed077e1b95eb1b3d51dc749308692b1.tar.gz
Minor fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2718527e0d6..ca24dc9ea580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-update
pkgdesc = A clickeable icon that automatically changes to act as an update notifier/applier
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -8,7 +8,7 @@ pkgbase = arch-update
depends = pacman-contrib
optdepends = yay: AUR support
optdepends = libnotify: Desktop notification support
- source = https://github.com/Antiz96/arch-update/releases/download/v1.2.3/arch-update-1.2.3.tar.gz
- sha256sums = 0cc508b5cce43e48b501b1ced34459ae9c4e4ce5f866ac7592490679f02f3374
+ source = https://github.com/Antiz96/arch-update/releases/download/v1.2.4/arch-update-1.2.4.tar.gz
+ sha256sums = 515e06ad9b5f841ca00d35e22e0bc34ffd97375a10e8d42149edfdaf32f6e14c
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index c2e0d0508b7e..a28761511125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Robin Candau <robincandau at protonmail dot com>
pkgname=arch-update
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="A clickeable icon that automatically changes to act as an update notifier/applier"
arch=('any')
@@ -11,7 +11,7 @@ optdepends=('yay: AUR support'
'libnotify: Desktop notification support'
)
source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=(0cc508b5cce43e48b501b1ced34459ae9c4e4ce5f866ac7592490679f02f3374)
+sha256sums=(515e06ad9b5f841ca00d35e22e0bc34ffd97375a10e8d42149edfdaf32f6e14c)
package() {