summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2019-10-07 16:44:03 -0700
committerLlewelyn Trahaearn2019-10-07 16:44:03 -0700
commit95669cc6eee770b643845d0976107b1139374588 (patch)
tree9d7ec7490fd4cb5cdd03e5bddb16425b8f1599fa
parentdd9f2d47fb8a44ab1604676c0908b04f666724a7 (diff)
downloadaur-95669cc6eee770b643845d0976107b1139374588.tar.gz
Update to v33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4595abcd8e1c..915882abedef 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 = 32
+ pkgver = 33
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-32.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v32.tar.gz
- sha512sums = 2b90a2477b460333e83c1ef6c32cb7cf0231599715995f7ce664142e7572802a8e97d18a1aae5ab1d5c761fea757ef9c3b2ea90c9e895caeb1e96425540a84c7
+ source = gnome-shell-extension-arch-update-33.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v33.tar.gz
+ sha512sums = 0b42a203462275060b13e11be8eebfa57d1a84aca3e012b5fa932b5dcf7715c0be9d0875a8b4839617a7530d4c2d022e569c98c64ced387beb1133e71958358e
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 7b00ff35c5d0..201f75a729ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Wendland <dev at michiwend dot com>
pkgname=gnome-shell-extension-arch-update
-pkgver=32
+pkgver=33
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=('2b90a2477b460333e83c1ef6c32cb7cf0231599715995f7ce664142e7572802a8e97d18a1aae5ab1d5c761fea757ef9c3b2ea90c9e895caeb1e96425540a84c7')
+sha512sums=('0b42a203462275060b13e11be8eebfa57d1a84aca3e012b5fa932b5dcf7715c0be9d0875a8b4839617a7530d4c2d022e569c98c64ced387beb1133e71958358e')
package() {