summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2020-03-08 14:15:13 -0700
committerLlewelyn Trahaearn2020-03-08 14:15:13 -0700
commit8bed9a57b61064c1dd5030b5e837faa2c20d77b8 (patch)
treec1add8d121447b99713b8a1b9a8152bb21143969
parent95669cc6eee770b643845d0976107b1139374588 (diff)
downloadaur-8bed9a57b61064c1dd5030b5e837faa2c20d77b8.tar.gz
Update to v34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915882abedef..9fa238efb708 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 = 33
+ pkgver = 34
pkgrel = 1
url = https://github.com/RaphaelRochet/arch-update
arch = any
@@ -9,8 +9,8 @@ pkgbase = gnome-shell-extension-arch-update
depends = gnome-shell>=3.18
depends = pacman-contrib
conflicts = gnome-shell-extensions-git
- source = gnome-shell-extension-arch-update-33.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v33.tar.gz
- sha512sums = 0b42a203462275060b13e11be8eebfa57d1a84aca3e012b5fa932b5dcf7715c0be9d0875a8b4839617a7530d4c2d022e569c98c64ced387beb1133e71958358e
+ source = gnome-shell-extension-arch-update-34.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v34.tar.gz
+ sha512sums = 3376670fc40de532a629b3047b3ca702922654e77e518c9050d14adac8955219cf70dfd449135b74b1da0591526ddb523e430e745ea3315fc28ad87c439fde72
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 201f75a729ec..605c6f8be617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Wendland <dev at michiwend dot com>
pkgname=gnome-shell-extension-arch-update
-pkgver=33
+pkgver=34
pkgrel=1
pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('fakeroot' 'gnome-shell>=3.18' 'pacman-contrib')
conflicts=('gnome-shell-extensions-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('0b42a203462275060b13e11be8eebfa57d1a84aca3e012b5fa932b5dcf7715c0be9d0875a8b4839617a7530d4c2d022e569c98c64ced387beb1133e71958358e')
+sha512sums=('3376670fc40de532a629b3047b3ca702922654e77e518c9050d14adac8955219cf70dfd449135b74b1da0591526ddb523e430e745ea3315fc28ad87c439fde72')
package() {