Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gjs
Commits:
d610d49f by Jan Alexander Steffens (heftig) at 2025-09-17T19:28:59+02:00
2:1.86.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gjs
pkgdesc = Javascript Bindings for GNOME
- pkgver = 1.85.90
+ pkgver = 1.86.0
pkgrel = 1
epoch = 2
url = https://wiki.gnome.org/Projects/Gjs
@@ -25,10 +25,10 @@ pkgbase = gjs
depends = libx11
depends = readline
provides = libgjs.so
- source = git+https://gitlab.gnome.org/GNOME/gjs.git#tag=1.85.90
+ source = git+https://gitlab.gnome.org/GNOME/gjs.git#tag=1.86.0
source =
git+https://gitlab.gnome.org/GNOME/gobject-introspection-tests.git
validpgpkeys = 53C0524AD3AE115F69C47D2D0E9D857756977391
- b2sums =
7ff52167510924709c1ca5b1064f4998bba19f0a951fef7a3f6ca8e061a6cc44124f09379785031027cfb40d74d3b643bff810511674150d3a98b449fa9c0895
+ b2sums =
c4875a14a5c0c2edf70f469af90a938baf87740b8a1d542cc2d3640e802efa420d7ecff2a807ca80b7bd4e65da0e393f7a9b708b653f906e77460671ebe3e8b4
b2sums = SKIP
pkgname = gjs
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[gjs]
source = "git"
git = "https://gitlab.gnome.org/GNOME/gjs.git"
-# include_regex = '1\.\d*[02468]\.\d+'
+include_regex = '1\.\d*[02468]\.\d+'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Ionut Biru <[email protected]>
pkgname=gjs
-pkgver=1.85.90
+pkgver=1.86.0
pkgrel=1
epoch=2
pkgdesc="Javascript Bindings for GNOME"
@@ -37,7 +37,7 @@ checkdepends=(
provides=(libgjs.so)
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#tag=$pkgver"
"git+https://gitlab.gnome.org/GNOME/gobject-introspection-tests.git")
-b2sums=('7ff52167510924709c1ca5b1064f4998bba19f0a951fef7a3f6ca8e061a6cc44124f09379785031027cfb40d74d3b643bff810511674150d3a98b449fa9c0895'
+b2sums=('c4875a14a5c0c2edf70f469af90a938baf87740b8a1d542cc2d3640e802efa420d7ecff2a807ca80b7bd4e65da0e393f7a9b708b653f906e77460671ebe3e8b4'
'SKIP')
validpgpkeys=(
53C0524AD3AE115F69C47D2D0E9D857756977391 # Philip Chimento (Signing Key for
GNOME Releases) <[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/d610d49f5425ba6308f3e609ab3c13f55cb6d263
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/d610d49f5425ba6308f3e609ab3c13f55cb6d263
You're receiving this email because of your account on gitlab.archlinux.org.