summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2020-04-04 12:43:24 -0700
committerLlewelyn Trahaearn2020-04-04 12:43:24 -0700
commit5e7ceaeccd3849b9c9d6dfc24173b7cfa1d66027 (patch)
treec6e9d5f8585dc003a15614dddc7bad7fb483e079
parent8bed9a57b61064c1dd5030b5e837faa2c20d77b8 (diff)
downloadaur-5e7ceaeccd3849b9c9d6dfc24173b7cfa1d66027.tar.gz
Update to v36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fa238efb708..076ca6df92f4 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 = 34
+ pkgver = 36
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-34.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v34.tar.gz
- sha512sums = 3376670fc40de532a629b3047b3ca702922654e77e518c9050d14adac8955219cf70dfd449135b74b1da0591526ddb523e430e745ea3315fc28ad87c439fde72
+ source = gnome-shell-extension-arch-update-36.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v36.tar.gz
+ sha512sums = 69035d4b2f5c9b3e0e3871fc1aea73e4b4896eb9e3a6af6f71964a2f8dc9c9547ee57784620b97e3df7b92a9b88e71057c2b2bf37c725415c41180dd73e60400
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 605c6f8be617..ad38e456929e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Wendland <dev at michiwend dot com>
pkgname=gnome-shell-extension-arch-update
-pkgver=34
+pkgver=36
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=('3376670fc40de532a629b3047b3ca702922654e77e518c9050d14adac8955219cf70dfd449135b74b1da0591526ddb523e430e745ea3315fc28ad87c439fde72')
+sha512sums=('69035d4b2f5c9b3e0e3871fc1aea73e4b4896eb9e3a6af6f71964a2f8dc9c9547ee57784620b97e3df7b92a9b88e71057c2b2bf37c725415c41180dd73e60400')
package() {