Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / cjs


Commits:
3b35e8e4 by Antonio Rojas at 2024-06-12T23:32:46+02:00
upgpkg: 6.2.0-1: Update to 6.2.0

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = cjs
        pkgdesc = Javascript Bindings for Cinnamon
-       pkgver = 6.0.0
+       pkgver = 6.2.0
        pkgrel = 1
        url = https://github.com/linuxmint/cjs
        arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = cjs
        makedepends = gobject-introspection
        depends = gtk3
        depends = gobject-introspection-runtime
-       depends = js102
-       source = 
cjs-6.0.0.tar.gz::https://github.com/linuxmint/cjs/archive/6.0.0.tar.gz
-       sha512sums = 
4cb359bf817d22a727683fd451ad6bde19aff4409e9033a97ef9cb204b3bd4c5e86421d7c01a267c3b4d42feb9b3bc5effb6fd970b3baf733242868c09536d95
-       b2sums = 
4290f0801f715aab1387da2ce0724376912db8ff3ad16fa8ad7eff03538dfc53ecbff2b7df0e70e52d16295b23ce51024da735d0e618b995fd3d3dfe297f9e26
+       depends = js115
+       source = 
cjs-6.2.0.tar.gz::https://github.com/linuxmint/cjs/archive/6.2.0.tar.gz
+       sha512sums = 
5f7ce7f1ba648db834d7703e909ef65cf369d47147ca02e90b8844c31b4360dcc0fb94bbd3265632c3de8ef2b026934dd799b94a2ff3895442a2f9fc469f53db
+       b2sums = 
7b1afda55bc0b5da165a20afa7be58382b8f03f1421bde960f6a3f134d7bdb2bdd44320b0b613f4f710258379da6666383a20d92556a1172971ca8340ae6d348
 
 pkgname = cjs


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[cjs]
+source = "git"
+git = "https://github.com/linuxmint/cjs.git";


=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
 # Contributor: Ionut Biru <[email protected]>
 
 pkgname=cjs
-pkgver=6.0.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}";
 license=('GPL')
-depends=('gtk3' 'gobject-introspection-runtime' 'js102')
+depends=('gtk3' 'gobject-introspection-runtime' 'js115')
 makedepends=('meson' 'samurai' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('4cb359bf817d22a727683fd451ad6bde19aff4409e9033a97ef9cb204b3bd4c5e86421d7c01a267c3b4d42feb9b3bc5effb6fd970b3baf733242868c09536d95')
-b2sums=('4290f0801f715aab1387da2ce0724376912db8ff3ad16fa8ad7eff03538dfc53ecbff2b7df0e70e52d16295b23ce51024da735d0e618b995fd3d3dfe297f9e26')
+sha512sums=('5f7ce7f1ba648db834d7703e909ef65cf369d47147ca02e90b8844c31b4360dcc0fb94bbd3265632c3de8ef2b026934dd799b94a2ff3895442a2f9fc469f53db')
+b2sums=('7b1afda55bc0b5da165a20afa7be58382b8f03f1421bde960f6a3f134d7bdb2bdd44320b0b613f4f710258379da6666383a20d92556a1172971ca8340ae6d348')
 
 build() {
     mkdir -p ${pkgname}-${pkgver}/builddir



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cjs/-/commit/3b35e8e438cf797759ea75aec022aa94bd115799

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cjs/-/commit/3b35e8e438cf797759ea75aec022aa94bd115799
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to