chrome-gnome-shell: update to 10.1.
Closes #14920. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
86f14dd2a3
commit
685e5ff5e7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chrome-gnome-shell'
|
# Template file for 'chrome-gnome-shell'
|
||||||
pkgname=chrome-gnome-shell
|
pkgname=chrome-gnome-shell
|
||||||
version=10
|
version=10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
|
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"
|
depends="python python-gobject python-requests dbus gnome-shell"
|
||||||
short_desc="GNOME Shell integration for Chrome"
|
short_desc="GNOME Shell integration for Chrome"
|
||||||
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
|
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
|
homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/chrome-gnome-shell/${version}/chrome-gnome-shell-${version}.tar.xz"
|
||||||
checksum=1269f9af6c8ea77879efc89b11d00d4bcbd1c2d42548da91741e9573d9c6e6f2
|
checksum=56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
pattern="\Q$pkgname\E-\K[0-9]*[0-9]*[0-9](?=)"
|
pattern="\Q$pkgname\E-\K[0-9.]+(?=\.tar)"
|
||||||
|
|
Loading…
Reference in New Issue