Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
gedit-plugins
Commits:
91255317 by Fabian Bornschein at 2024-09-20T11:55:50+02:00
upgpkg: 48.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gedit-plugins
pkgdesc = Collection of plugins for the gedit Text Editor
- pkgver = 47.1
+ pkgver = 48.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gedit-plugins
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = gedit-plugins
optdepends = gucharmap: for charmap plugin
optdepends = libgit2-glib: for git plugin
optdepends = vte3: for embedded terminal
- source = git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=47.1
- b2sums =
31282ba70549c0cc1d5530e761b05e2d95ea87caadcd206018925b643a203d39dffa86648bf0e75b32df0a85c28f9094c77dd008fd0b615025eb0cd528c084a1
+ source = git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=48.0
+ b2sums =
d311965f561d56f2c761a62039f24d46c95004fdacaf7e4554787f57f8f1f72ebc76904e2048633782b1115edd117b58b0b68e747af7d38092fd80a1838b33b4
pkgname = gedit-plugins
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[gedit-plugins]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gedit-plugins.git"
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: zhuqin <[email protected]>
pkgname=gedit-plugins
-pkgver=47.1
+pkgver=48.0
pkgrel=1
pkgdesc="Collection of plugins for the gedit Text Editor"
url="https://gitlab.gnome.org/GNOME/gedit-plugins"
@@ -44,7 +44,7 @@ optdepends=(
'vte3: for embedded terminal'
)
source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=${pkgver/[a-z]/.&}")
-b2sums=('31282ba70549c0cc1d5530e761b05e2d95ea87caadcd206018925b643a203d39dffa86648bf0e75b32df0a85c28f9094c77dd008fd0b615025eb0cd528c084a1')
+b2sums=('d311965f561d56f2c761a62039f24d46c95004fdacaf7e4554787f57f8f1f72ebc76904e2048633782b1115edd117b58b0b68e747af7d38092fd80a1838b33b4')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit-plugins/-/commit/9125531780d5378e398f15563796075f69555180
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit-plugins/-/commit/9125531780d5378e398f15563796075f69555180
You're receiving this email because of your account on gitlab.archlinux.org.