summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-06-29 23:50:04 +0200
committerRobin Candau2022-06-29 23:50:04 +0200
commit2ec08e59ab07e1b4484edeb74c64957e33e1d170 (patch)
treefd40cb6917200611b013cd145abd02ed3c598425
parentfef53a1f39fe0923f1cbe511cbf78719338b5091 (diff)
downloadaur-2ec08e59ab07e1b4484edeb74c64957e33e1d170.tar.gz
Added some info to 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 ed56bf107f2b..a3f41afa9982 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.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -9,7 +9,7 @@ pkgbase = arch-update
optdepends = yay: AUR support
optdepends = paru: AUR support
optdepends = libnotify: Desktop notification support
- source = https://github.com/Antiz96/arch-update/archive/v1.3.0.tar.gz
- sha256sums = a2aa7f5bfdc2fa19acd72cba27b517c3f12a68b69572048a98fae010f3cd3774
+ source = https://github.com/Antiz96/arch-update/archive/v1.3.1.tar.gz
+ sha256sums = 11e4157defd95c5145066037a3c7e0c1974363c467d739915887dde4cd4d30b9
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 47bc85fef002..595843e00df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Candau <robincandau[at]protonmail[dot]com>
pkgname=arch-update
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="A clickeable icon that automatically changes to act as an update notifier/applier"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('yay: AUR support'
'libnotify: Desktop notification support'
)
source=($url/archive/v$pkgver.tar.gz)
-sha256sums=(a2aa7f5bfdc2fa19acd72cba27b517c3f12a68b69572048a98fae010f3cd3774)
+sha256sums=(11e4157defd95c5145066037a3c7e0c1974363c467d739915887dde4cd4d30b9)
package() {