summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2018-06-03 12:53:46 -0700
committerLlewelyn Trahaearn2018-06-03 12:53:46 -0700
commitc2d482be107d6d408d9d254d26c17936956c06e6 (patch)
tree9c716bfeeef204e79eef25cd9dd18ab27ebe412f
parent70bbf45981e62290e66973cc86aaa98f308a0334 (diff)
downloadaur-c2d482be107d6d408d9d254d26c17936956c06e6.tar.gz
Update to v27
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26049a75d9a..bc193ed58230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = gnome-shell-extension-arch-update
pkgdesc = Convenient indicator for Arch Linux updates in GNOME Shell.
- pkgver = 26
+ pkgver = 27
pkgrel = 1
url = https://github.com/RaphaelRochet/arch-update
arch = any
license = GPL3
depends = fakeroot
depends = gnome-shell>=3.18
+ depends = pacman-contrib
conflicts = gnome-shell-extensions-git
- source = gnome-shell-extension-arch-update-26.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v26.tar.gz
- sha512sums = e107194732a313e1b103928dd31778c882488b4c0fcee10c5105731cc84ff0a3ef46af61eca7e04b60ad59289a3e08e0dacae174aff277ce5ade50e96a146364
+ source = gnome-shell-extension-arch-update-27.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v27.tar.gz
+ sha512sums = aedb0f6b710333d9c5bc474265ad17e181608141e8e2ada504a1f13334bd01abaf258dce6fa13b705e41bc170d17c7250c37f7c4108f4c0e01d6f68b25c709e1
pkgname = gnome-shell-extension-arch-update
diff --git a/PKGBUILD b/PKGBUILD
index 0ccc1b8d806c..910683e0e0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Michael Wendland <dev at michiwend dot com>
pkgname=gnome-shell-extension-arch-update
-pkgver=26
+pkgver=27
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')
+depends=('fakeroot' 'gnome-shell>=3.18' 'pacman-contrib')
conflicts=('gnome-shell-extensions-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v${pkgver}.tar.gz")
-sha512sums=('e107194732a313e1b103928dd31778c882488b4c0fcee10c5105731cc84ff0a3ef46af61eca7e04b60ad59289a3e08e0dacae174aff277ce5ade50e96a146364')
+sha512sums=('aedb0f6b710333d9c5bc474265ad17e181608141e8e2ada504a1f13334bd01abaf258dce6fa13b705e41bc170d17c7250c37f7c4108f4c0e01d6f68b25c709e1')
package() {