Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
gjs
Commits:
885812ef by Fabian Bornschein at 2024-10-21T10:54:33+02:00
upgpkg: 2:1.82.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gjs
pkgdesc = Javascript Bindings for GNOME
- pkgver = 1.82.0
+ pkgver = 1.82.1
pkgrel = 1
epoch = 2
url = https://wiki.gnome.org/Projects/Gjs
@@ -26,10 +26,10 @@ pkgbase = gjs
depends = libx11
depends = readline
provides = libgjs.so
- source = git+https://gitlab.gnome.org/GNOME/gjs.git#tag=1.82.0
+ source = git+https://gitlab.gnome.org/GNOME/gjs.git#tag=1.82.1
source =
git+https://gitlab.gnome.org/GNOME/gobject-introspection-tests.git
validpgpkeys = 53C0524AD3AE115F69C47D2D0E9D857756977391
- b2sums =
699079065762e927fbfbc8f2eaf472b03633882f40cdf52280609363251281e2f473430924f68db312251930f65c94ecbe0960083740cabf36e6c717439d5378
+ b2sums =
db5fa6aea38f73baddc27643ffc09154fec12aa135a2943e8c6fc782efd053c1787d8fd5251fb605aef96dedb94ea11d8de4707c11f790c3da7a6d7eacb471d2
b2sums = SKIP
pkgname = gjs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Ionut Biru <[email protected]>
pkgname=gjs
-pkgver=1.82.0
+pkgver=1.82.1
pkgrel=1
epoch=2
pkgdesc="Javascript Bindings for GNOME"
@@ -38,7 +38,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=('699079065762e927fbfbc8f2eaf472b03633882f40cdf52280609363251281e2f473430924f68db312251930f65c94ecbe0960083740cabf36e6c717439d5378'
+b2sums=('db5fa6aea38f73baddc27643ffc09154fec12aa135a2943e8c6fc782efd053c1787d8fd5251fb605aef96dedb94ea11d8de4707c11f790c3da7a6d7eacb471d2'
'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/885812ef4e75ecc433197015447daae0b99e2820
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/885812ef4e75ecc433197015447daae0b99e2820
You're receiving this email because of your account on gitlab.archlinux.org.