chrome-gnome-shell: update to 10.1.

Closes #14920.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-06-05 11:55:46 +02:00 committed by Enno Boland
parent 86f14dd2a3
commit 685e5ff5e7
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'chrome-gnome-shell'
pkgname=chrome-gnome-shell
version=10
version=10.1
revision=1
build_style=cmake
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
@ -8,7 +8,7 @@ makedepends="python jq"
depends="python python-gobject python-requests dbus gnome-shell"
short_desc="GNOME Shell integration for Chrome"
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=1269f9af6c8ea77879efc89b11d00d4bcbd1c2d42548da91741e9573d9c6e6f2
distfiles="${GNOME_SITE}/chrome-gnome-shell/${version}/chrome-gnome-shell-${version}.tar.xz"
checksum=56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438

View file

@ -1 +1 @@
pattern="\Q$pkgname\E-\K[0-9]*[0-9]*[0-9](?=)"
pattern="\Q$pkgname\E-\K[0-9.]+(?=\.tar)"