summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2019-09-24 19:11:22 -0700
committerLlewelyn Trahaearn2019-09-24 19:11:22 -0700
commitdd9f2d47fb8a44ab1604676c0908b04f666724a7 (patch)
treef1a666485a4d995439a9fe583425d2f06e2f3f7e
parentcefdf33f7e0f0b489b9bb0857c90b81d70ce6df0 (diff)
downloadaur-dd9f2d47fb8a44ab1604676c0908b04f666724a7.tar.gz
Update to v32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91f3709ef759..4595abcd8e1c 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 = 31
+ pkgver = 32
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-31.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v31.tar.gz
- sha512sums = bf0760a84d2d895ea1c47f3ad8fd75bd8dd129436c6f697d06e692b19cf23600814684700650b2adaa57603252105892da5d4c08217d4025983a414cc41e2180
+ source = gnome-shell-extension-arch-update-32.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v32.tar.gz
+ sha512sums = 2b90a2477b460333e83c1ef6c32cb7cf0231599715995f7ce664142e7572802a8e97d18a1aae5ab1d5c761fea757ef9c3b2ea90c9e895caeb1e96425540a84c7
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 040fd93e9aff..7b00ff35c5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Wendland <dev at michiwend dot com>
pkgname=gnome-shell-extension-arch-update
-pkgver=31
+pkgver=32
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=('bf0760a84d2d895ea1c47f3ad8fd75bd8dd129436c6f697d06e692b19cf23600814684700650b2adaa57603252105892da5d4c08217d4025983a414cc41e2180')
+sha512sums=('2b90a2477b460333e83c1ef6c32cb7cf0231599715995f7ce664142e7572802a8e97d18a1aae5ab1d5c761fea757ef9c3b2ea90c9e895caeb1e96425540a84c7')
package() {