Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-text-editor
Commits:
aa5cdb16 by Balló György at 2024-12-15T20:33:33+01:00
Update upstream URL
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = gnome-text-editor
pkgdesc = A simple text editor for the GNOME desktop
pkgver = 47.2
pkgrel = 1
- url = https://gitlab.gnome.org/GNOME/gnome-text-editor
+ url = https://apps.gnome.org/TextEditor/
arch = x86_64
groups = gnome
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=gnome-text-editor
pkgver=47.2
pkgrel=1
pkgdesc="A simple text editor for the GNOME desktop"
-url="https://gitlab.gnome.org/GNOME/gnome-text-editor"
+url="https://apps.gnome.org/TextEditor/"
arch=(x86_64)
license=(GPL-3.0-or-later)
depends=(
@@ -30,7 +30,7 @@ makedepends=(
yelp-tools
)
groups=(gnome)
-source=("git+$url.git#tag=${pkgver/[a-z]/.&}")
+source=("git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#tag=${pkgver/[a-z]/.&}")
b2sums=('a70ceafcca9f8932aebef4c3439fb443de89d0144d7e4788979a09b9c8e17557752e01e94ed0b8f35b9fbc4333d61f4cab64fe28710899ffc95927641164cdb9')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/aa5cdb1615906b518230dd14f4a85d2aa76554d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/aa5cdb1615906b518230dd14f4a85d2aa76554d7
You're receiving this email because of your account on gitlab.archlinux.org.