summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-01-25 14:18:09 -0300
committerRafael Fontenelle2022-01-25 14:18:13 -0300
commit0e9173d0dff2c10af54649dafe8009559c02591c (patch)
tree4046b3116a9c343b65c5e60955602e0587fe581c
parenta66f066c11a8d8bfe4d8914015c800594ddf3859 (diff)
downloadaur-chrome-gnome-shell.tar.gz
Rebuild for Python 3.10
also update source URL to gitlab.gnome.org
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a2702337d1..fab74a455f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chrome-gnome-shell
pkgdesc = Native browser connector for integration with extensions.gnome.org
pkgver = 10.1
- pkgrel = 5
+ pkgrel = 6
url = https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome
arch = any
license = GPL
@@ -11,8 +11,7 @@ pkgbase = chrome-gnome-shell
depends = gnome-shell
depends = python-requests
depends = python-gobject
- source = git+https://git.gnome.org/browse/chrome-gnome-shell#commit=815ec9e1afa52bd3af5047e176a4ea9c1bfa2514
+ source = git+https://gitlab.gnome.org/GNOME/chrome-gnome-shell#commit=815ec9e1afa52bd3af5047e176a4ea9c1bfa2514
md5sums = SKIP
pkgname = chrome-gnome-shell
-
diff --git a/PKGBUILD b/PKGBUILD
index 4dd80cef6079..4e288909bc52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=chrome-gnome-shell
pkgver=10.1
-pkgrel=5
+pkgrel=6
pkgdesc='Native browser connector for integration with extensions.gnome.org'
arch=(any)
url='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome'
@@ -10,7 +10,7 @@ license=(GPL)
depends=(gnome-shell python-requests python-gobject)
makedepends=(cmake jq git)
_commit=815ec9e1afa52bd3af5047e176a4ea9c1bfa2514 # tags/v10.1^0
-source=(git+https://git.gnome.org/browse/chrome-gnome-shell#commit=$_commit)
+source=(git+https://gitlab.gnome.org/GNOME/chrome-gnome-shell#commit=$_commit)
md5sums=('SKIP')
pkgver() {