George Hu pushed to branch main at Arch Linux / Packaging / Packages /
extension-manager
Commits:
3d482f24 by George Hu at 2025-09-24T15:46:24+08:00
Update url to the official website
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = extension-manager
pkgdesc = A native tool for browsing, installing, and managing GNOME
Shell Extensions
pkgver = 0.6.4
pkgrel = 2
- url = https://github.com/mjakeman/extension-manager
+ url = https://mattjakeman.com/apps/extension-manager
arch = x86_64
license = GPL-3.0-or-later
makedepends = blueprint-compiler
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgver=0.6.4
pkgrel=2
pkgdesc="A native tool for browsing, installing, and managing GNOME Shell
Extensions"
arch=('x86_64')
-url="https://github.com/mjakeman/${pkgname}"
+url="https://mattjakeman.com/apps/${pkgname}"
license=('GPL-3.0-or-later')
depends=(
'gtk4'
@@ -22,7 +22,7 @@ makedepends=(
'gobject-introspection'
'meson'
)
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mjakeman/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('170c6756178718479b73ffb7c36633183d1734687bd6b42401a179f04134f0c5')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/extension-manager/-/commit/3d482f244e8725a404c8896a6a90a6bc32616f9c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/extension-manager/-/commit/3d482f244e8725a404c8896a6a90a6bc32616f9c
You're receiving this email because of your account on gitlab.archlinux.org.