summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-03-31 14:48:42 +0200
committerRobin Candau2022-03-31 14:48:42 +0200
commit0ae37cb8bbc3e188f62109cbcaf70d5819c773c7 (patch)
treee1202cea8960c9d1b0d3f2a0eca0c6841d753145
parent25a627493073bfad45abf866830aad0dabe18cca (diff)
downloadaur-0ae37cb8bbc3e188f62109cbcaf70d5819c773c7.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 1d511609ccc1..f9b9b84160b4 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
+ pkgver = 1.2.1
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/arch-update-1.2.tar.gz
- sha256sums = 5f59dc74732ee47aa34af5d93c0c24c677af7967074bbc99cf349a818c5cdfc1
+ source = https://github.com/Antiz96/arch-update/releases/download/v1.2.1/arch-update-1.2.1.tar.gz
+ sha256sums = bb2b130571c9b53d63ad467fd28c4d1186510e6a326bb08ef21e7607370b7148
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 8da18693a3df..5b0c08ddaf3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Robin Candau <robincandau at protonmail dot com>
pkgname=arch-update
-pkgver=1.2
+pkgver=1.2.1
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=(5f59dc74732ee47aa34af5d93c0c24c677af7967074bbc99cf349a818c5cdfc1)
+sha256sums=(bb2b130571c9b53d63ad467fd28c4d1186510e6a326bb08ef21e7607370b7148)
package() {