summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-04-24 12:52:01 +0200
committerRobin Candau2022-04-24 12:52:01 +0200
commitae3e781046ac99dd7bc688b6ef8a1beb79e8c1a1 (patch)
tree63b8736855236af42a56129c40dc962e3dddef2b
parentbb03fc21486b3e80d48e7728eb0fbef7c9024c2e (diff)
downloadaur-ae3e781046ac99dd7bc688b6ef8a1beb79e8c1a1.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 74d2795d6aa7..b2718527e0d6 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.2
+ pkgver = 1.2.3
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.2/arch-update-1.2.2.tar.gz
- sha256sums = c7062be5ba9cf221a02af214a2bf5d4a31c185e2783b40bca7a1cdd028c3788c
+ source = https://github.com/Antiz96/arch-update/releases/download/v1.2.3/arch-update-1.2.3.tar.gz
+ sha256sums = 0cc508b5cce43e48b501b1ced34459ae9c4e4ce5f866ac7592490679f02f3374
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 35a001a24384..c2e0d0508b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Robin Candau <robincandau at protonmail dot com>
pkgname=arch-update
-pkgver=1.2.2
+pkgver=1.2.3
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=(c7062be5ba9cf221a02af214a2bf5d4a31c185e2783b40bca7a1cdd028c3788c)
+sha256sums=(0cc508b5cce43e48b501b1ced34459ae9c4e4ce5f866ac7592490679f02f3374)
package() {