summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-03-31 15:05:26 +0200
committerRobin Candau2022-03-31 15:05:26 +0200
commitbb03fc21486b3e80d48e7728eb0fbef7c9024c2e (patch)
treec7e6858d41d50bb7308c090176190585309aa8c5
parent0ae37cb8bbc3e188f62109cbcaf70d5819c773c7 (diff)
downloadaur-bb03fc21486b3e80d48e7728eb0fbef7c9024c2e.tar.gz
Corrected and added some info in the man page
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b9b84160b4..74d2795d6aa7 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.1
+ pkgver = 1.2.2
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.1/arch-update-1.2.1.tar.gz
- sha256sums = bb2b130571c9b53d63ad467fd28c4d1186510e6a326bb08ef21e7607370b7148
+ source = https://github.com/Antiz96/arch-update/releases/download/v1.2.2/arch-update-1.2.2.tar.gz
+ sha256sums = c7062be5ba9cf221a02af214a2bf5d4a31c185e2783b40bca7a1cdd028c3788c
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 5b0c08ddaf3d..35a001a24384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Robin Candau <robincandau at protonmail dot com>
pkgname=arch-update
-pkgver=1.2.1
+pkgver=1.2.2
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=(bb2b130571c9b53d63ad467fd28c4d1186510e6a326bb08ef21e7607370b7148)
+sha256sums=(c7062be5ba9cf221a02af214a2bf5d4a31c185e2783b40bca7a1cdd028c3788c)
package() {