summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2021-11-18 17:55:36 -0800
committerLlewelyn Trahaearn2021-11-18 17:55:36 -0800
commitf072f9302a84e519a386e466b8f301c0d7b261f6 (patch)
tree226f6021b0cd580a5b4e1885188d707226a63ef5
parent4c4a8edf10028a949845abe2ba4be12a6bb6f3e9 (diff)
downloadaur-f072f9302a84e519a386e466b8f301c0d7b261f6.tar.gz
Upate to v45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 744c30a0fe9e..5669f3dbe2df 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 = 42
+ pkgver = 45
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-42.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v42.tar.gz
- sha512sums = 73ea29c944af48316090fc009934e0dca20aa02c3ca02aac96c766d5626fba2cd91f928335e0d2cdd2bba1c95edaad7fe433ced9e32ddbffb9281d338dd60135
+ source = gnome-shell-extension-arch-update-45.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v45.tar.gz
+ sha512sums = e10c5462685d7ca79306531c5493faa855f77359901d60bbf4e214e1798d0c680b3fa4b767152f0d77db6bd349d97ee16b665bcc75f0e55fe5186f4a9870e9c7
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index b936abc72c48..d4070e8d91ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Michael Wendland <dev at michiwend dot com>
pkgname=gnome-shell-extension-arch-update
-pkgver=42
+pkgver=45
pkgrel=1
pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell."
arch=('any')
url="https://github.com/RaphaelRochet/arch-update"
license=('GPL3')
-depends=('fakeroot' 'gnome-shell>=3.18' 'pacman-contrib')
+depends=('fakeroot' 'gnome-shell' 'pacman-contrib')
conflicts=('gnome-shell-extensions-git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('73ea29c944af48316090fc009934e0dca20aa02c3ca02aac96c766d5626fba2cd91f928335e0d2cdd2bba1c95edaad7fe433ced9e32ddbffb9281d338dd60135')
+sha512sums=('e10c5462685d7ca79306531c5493faa855f77359901d60bbf4e214e1798d0c680b3fa4b767152f0d77db6bd349d97ee16b665bcc75f0e55fe5186f4a9870e9c7')
package() {