summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskrewball2022-09-22 17:32:00 -0300
committerskrewball2022-09-22 17:32:00 -0300
commit73ff51bf118a15a515162886c47d05a8e8061aa2 (patch)
tree39c8890ee02d6c8771ac6e262d9665581a8c1e2b
parent23c54746cfed0f7e95133d0d8f078ed36a57ad14 (diff)
downloadaur-73ff51bf118a15a515162886c47d05a8e8061aa2.tar.gz
updpkg: gnome:arch-update v51
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe070bba8b2..629c47560b55 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 = 49
+ pkgver = 51
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-49.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v49.tar.gz
- sha256sums = dd64d45f2e2d258c8e042eeaa7a6c110fec951eec4bb2116f2f47c4b551a9334
+ source = gnome-shell-extension-arch-update-51.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v51.tar.gz
+ sha256sums = 02dd41dce088a4c294e98aa87d5dbeb7ccade6e97bd892d11e37591c60c18849
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 4b71ebd20fbb..30fce9739ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=arch-update
pkgname=gnome-shell-extension-arch-update
-pkgver=49
+pkgver=51
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=('dd64d45f2e2d258c8e042eeaa7a6c110fec951eec4bb2116f2f47c4b551a9334')
+sha256sums=('02dd41dce088a4c294e98aa87d5dbeb7ccade6e97bd892d11e37591c60c18849')
package() {