Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / mujs
Commits:
be88f0ed by Daniel Bermond at 2026-03-05T10:12:57-03:00
Update upstream source repository
The upstream source repository was migrated (again) from Codeberg
to cgit.ghostscript.com. There is no mention about it in the
Codeberg repository, but the official upstream web page mujs.com
now points to cgit.ghostscript.com when clicking on the 'Source'
menu entry. Both the official web page and the new git repository
now contains a new version (1.3.9) which is not present in the
Codeberg repository.
- - - - -
9842d5f0 by Daniel Bermond at 2026-03-05T10:18:06-03:00
Update nvchecker
- - - - -
eadfc842 by Daniel Bermond at 2026-03-05T10:20:46-03:00
upgpkg: 1.3.9-1
- - - - -
4 changed files:
- .SRCINFO
- .nvchecker.toml
- 010-mujs-use-arch-flags.patch
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mujs
pkgdesc = An embeddable Javascript interpreter in C
- pkgver = 1.3.8
+ pkgver = 1.3.9
pkgrel = 1
url = https://mujs.com/
arch = x86_64
@@ -8,10 +8,9 @@ pkgbase = mujs
makedepends = python
depends = glibc
depends = readline
- noextract = mujs-1.3.8.tar.gz
- source =
mujs-1.3.8.tar.gz::https://codeberg.org/ccxvii/mujs/archive/1.3.8.tar.gz
+ source = https://mujs.com/downloads/mujs-1.3.9.tar.gz
source = 010-mujs-use-arch-flags.patch
- sha256sums =
10e8548033924ada0828a821777371861ea3e127d472e8423ad87426118291d9
- sha256sums =
7f08c4f14e957c609c45bf81264dd69144aa13622cb2730b92ad03d930851f13
+ sha256sums =
956d5a20dd4efe5aa58673558787b9e2539255f9bf62585e90e1921fa040d89d
+ sha256sums =
711d596fb6f473acfec4a618990389a7911defbfec49018f12c97b3d35ed5491
pkgname = mujs
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,3 @@
[mujs]
source = "git"
-git = "https://codeberg.org/ccxvii/mujs.git"
+git = "https://cgit.ghostscript.com/mujs.git"
=====================================
010-mujs-use-arch-flags.patch
=====================================
@@ -20,7 +20,7 @@
ifeq ($(wildcard .git),.git)
VERSION = $(shell git describe --tags --always)
-@@ -99,16 +99,16 @@ build/debug/mujs-pp: pp.c build/debug/li
+@@ -103,16 +103,16 @@ build/debug/mujs-pp: pp.c build/debug/li
build/release/libmujs.$(SO): one.c $(SRCS) $(HDRS)
@mkdir -p $(@D)
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=mujs
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc='An embeddable Javascript interpreter in C'
arch=('x86_64')
@@ -11,16 +11,12 @@ depends=(
'glibc'
'readline')
makedepends=('python')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://codeberg.org/ccxvii/mujs/archive/${pkgver}.tar.gz"
+source=("https://mujs.com/downloads/mujs-${pkgver}.tar.gz"
'010-mujs-use-arch-flags.patch')
-noextract=("${pkgname}-${pkgver}.tar.gz")
-sha256sums=('10e8548033924ada0828a821777371861ea3e127d472e8423ad87426118291d9'
- '7f08c4f14e957c609c45bf81264dd69144aa13622cb2730b92ad03d930851f13')
+sha256sums=('956d5a20dd4efe5aa58673558787b9e2539255f9bf62585e90e1921fa040d89d'
+ '711d596fb6f473acfec4a618990389a7911defbfec49018f12c97b3d35ed5491')
prepare() {
- mkdir "${pkgname}-${pkgver}"
- bsdtar -x -f "${pkgname}-${pkgver}.tar.gz" -C "${pkgname}-${pkgver}"
--strip-components='1'
-
patch -d "${pkgname}-${pkgver}" -Np1 -i
"${srcdir}/010-mujs-use-arch-flags.patch"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/compare/d6eba4ebf11e6d866e7fccb8786026adf332b0a5...eadfc84221cbf4b16304bf630280650e70aafc81
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/compare/d6eba4ebf11e6d866e7fccb8786026adf332b0a5...eadfc84221cbf4b16304bf630280650e70aafc81
You're receiving this email because of your account on gitlab.archlinux.org.