Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
web-ext


Commits:
a50a8917 by Chih-Hsuan Yen at 2023-09-29T22:00:00+08:00
upgpkg: 7.8.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = web-ext
+       pkgdesc = A command line tool to help build, run, and test web 
extensions
+       pkgver = 7.8.0
+       pkgrel = 1
+       url = https://developer.mozilla.org/en-US/Add-ons/WebExtensions
+       arch = any
+       license = MPL2
+       makedepends = npm
+       makedepends = node-gyp
+       depends = nodejs>=16.0.0
+       depends = nodejs<20
+       provides = nodejs-web-ext
+       conflicts = nodejs-web-ext
+       replaces = nodejs-web-ext
+       options = !strip
+       source = 
https://github.com/mozilla/web-ext/archive/7.8.0/web-ext-7.8.0.tar.gz
+       sha256sums = 
acdd53e7233f44d42ab6fe9c6c2a8964c0e63a0100d38d32b8f6fc00d9b3140c
+
+pkgname = web-ext


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=web-ext
 # https://github.com/mozilla/web-ext/releases
-pkgver=7.7.0
+pkgver=7.8.0
 pkgrel=1
 pkgdesc='A command line tool to help build, run, and test web extensions'
 arch=(any)
@@ -20,7 +20,7 @@ conflicts=('nodejs-web-ext')
 options=('!strip')
 # tarball on npmjs lacks scripts for building from sources
 
source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz";)
-sha256sums=('441a196bcc47411db81b42440f6d2f7d6afa511f6ffdb5af0ba528b1500edbef')
+sha256sums=('acdd53e7233f44d42ab6fe9c6c2a8964c0e63a0100d38d32b8f6fc00d9b3140c')
 
 prepare() {
   cd "$srcdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/web-ext/-/commit/a50a89171695993e1b51c1a88373a35984df675d

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


Reply via email to