summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2022-03-30 22:23:38 +0200
committerRobin Candau2022-03-30 22:23:38 +0200
commitf035005d837c05db4b7a63a2bca1e8af51cb9937 (patch)
tree14ea04a23c6dc62d6dfcbde6d7ff44d48dd449bf
parentf9064fe3658f650480143b9a75c6b84fe6650242 (diff)
downloadaur-f035005d837c05db4b7a63a2bca1e8af51cb9937.tar.gz
Corrected the systemd timer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e92b37e2694b..9cc8ea644746 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.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/Antiz96/arch-update
arch = any
@@ -9,6 +9,6 @@ pkgbase = arch-update
optdepends = yay: AUR support
optdepends = libnotify: Desktop notification support
source = https://github.com/Antiz96/arch-update/raw/main/arch-update.tar.gz
- sha256sums = 4d00fcb6c8f7dbceb9b97be2b2f190d59a5774c65978719db6daa75068ba8a8c
+ sha256sums = f5c1434671adb085f188f965097cf391bbc09711e6039cd774f460f999e3a254
pkgname = arch-update
diff --git a/PKGBUILD b/PKGBUILD
index d99c7bfaa140..9b59661d769a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Robin Candau <robincandau at protonmail dot com>
pkgname=arch-update
-pkgver=1.0
+pkgver=1.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/raw/main/$pkgname.tar.gz)
-sha256sums=(4d00fcb6c8f7dbceb9b97be2b2f190d59a5774c65978719db6daa75068ba8a8c)
+sha256sums=(f5c1434671adb085f188f965097cf391bbc09711e6039cd774f460f999e3a254)
package() {