summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2023-05-06 22:08:02 -0700
committerLlewelyn Trahaearn2023-05-06 22:08:02 -0700
commit27c9eccadf473b7ba58060c3f0fcd0b456cc124f (patch)
treeb62a13e7104b95d8f3161d869d497cbc829fb0df
parent73ff51bf118a15a515162886c47d05a8e8061aa2 (diff)
downloadaur-27c9eccadf473b7ba58060c3f0fcd0b456cc124f.tar.gz
Update to v52
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 629c47560b55..a696dcead18b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-arch-update
pkgdesc = Convenient indicator for Arch Linux updates in GNOME Shell.
- pkgver = 51
+ pkgver = 52
pkgrel = 1
url = https://github.com/RaphaelRochet/arch-update
arch = any
@@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-arch-update
depends = gnome-shell
depends = pacman-contrib
conflicts = gnome-shell-extensions-git
- source = gnome-shell-extension-arch-update-51.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v51.tar.gz
- sha256sums = 02dd41dce088a4c294e98aa87d5dbeb7ccade6e97bd892d11e37591c60c18849
+ source = gnome-shell-extension-arch-update-52.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v52.tar.gz
+ sha256sums = dfcec37083592670fb447aabf0b9a87682245aa6a27ce722197c552bab4dab41
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 30fce9739ffe..a648e048b24c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: skrewball <aur at joickle dot com>
# Maintainer: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
+# Contributor: skrewball <aur at joickle dot com>
# Contributor: Michael Wendland <dev at michiwend dot com>
_pkgname=arch-update
pkgname=gnome-shell-extension-arch-update
-pkgver=51
+pkgver=52
pkgrel=1
pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell."
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('fakeroot' 'gnome-shell' 'pacman-contrib')
conflicts=('gnome-shell-extensions-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('02dd41dce088a4c294e98aa87d5dbeb7ccade6e97bd892d11e37591c60c18849')
+sha256sums=('dfcec37083592670fb447aabf0b9a87682245aa6a27ce722197c552bab4dab41')
package() {