T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / duktape
Commits: 6a671648 by T.J. Townsend at 2024-07-12T00:48:05-04:00 upgpkg: 2.7.0-7: Rebuild packages that are missing .SRCINFO part 1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = duktape + pkgdesc = Embeddable Javascript engine + pkgver = 2.7.0 + pkgrel = 7 + url = https://duktape.org/ + arch = x86_64 + license = MIT + depends = glibc + provides = libduktape.so + provides = libduktaped.so + source = https://duktape.org/duktape-2.7.0.tar.xz + md5sums = b3200b02ab80125b694bae887d7c1ca6 + b2sums = da5eea88758201177f32c5611a3757433ef1b0173d6430eff1f067abd7535f3e4b9c3717290fbd8475827a53f7a2a74818287a65e563f14e91761f5cd0fe30d5 + +pkgname = duktape ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=duktape pkgver=2.7.0 -pkgrel=6 +pkgrel=7 pkgdesc='Embeddable Javascript engine' url='https://duktape.org/' arch=(x86_64) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/duktape/-/commit/6a6716487d895fa5c5691b82eda2c20e67891ef5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/duktape/-/commit/6a6716487d895fa5c5691b82eda2c20e67891ef5 You're receiving this email because of your account on gitlab.archlinux.org.
