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


Commits:
11873881 by Chih-Hsuan Yen at 2024-02-14T11:06:01+08:00
upgpkg: 7.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = web-ext
        pkgdesc = A command line tool to help build, run, and test web 
extensions
-       pkgver = 7.10.0
+       pkgver = 7.11.0
        pkgrel = 1
        url = https://developer.mozilla.org/en-US/Add-ons/WebExtensions
        arch = any
-       license = MPL2
+       license = MPL-2.0
        makedepends = npm
        makedepends = node-gyp
        depends = nodejs>=16.0.0
@@ -13,7 +13,7 @@ pkgbase = web-ext
        conflicts = nodejs-web-ext
        replaces = nodejs-web-ext
        options = !strip
-       source = 
https://github.com/mozilla/web-ext/archive/7.10.0/web-ext-7.10.0.tar.gz
-       sha256sums = 
17718b4910c81cb91c6671d45d84fd984af50d6f472bd9e89b1b6f18fab29e3d
+       source = 
https://github.com/mozilla/web-ext/archive/7.11.0/web-ext-7.11.0.tar.gz
+       sha256sums = 
b304314b3749da47ce9678e13263d8bbdeafd87608e475ab1387d5f27392f8ca
 
 pkgname = web-ext


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,13 @@
 
 pkgname=web-ext
 # https://github.com/mozilla/web-ext/releases
-pkgver=7.10.0
+pkgver=7.11.0
 pkgrel=1
 pkgdesc='A command line tool to help build, run, and test web extensions'
 arch=(any)
 url='https://developer.mozilla.org/en-US/Add-ons/WebExtensions'
-license=('MPL2')
+# https://github.com/mozilla/web-ext/blob/7.11.0/package.json#L128
+license=('MPL-2.0')
 # See "engines" in https://github.com/mozilla/web-ext/blob/master/package.json
 # XXX: somehow nodejs 20 breaks tests
 # Per 
https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/,
 web-ext requires the current LTS (long-term support) versions of NodeJS.
@@ -20,7 +21,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=('17718b4910c81cb91c6671d45d84fd984af50d6f472bd9e89b1b6f18fab29e3d')
+sha256sums=('b304314b3749da47ce9678e13263d8bbdeafd87608e475ab1387d5f27392f8ca')
 
 prepare() {
   cd "$srcdir"



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

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


Reply via email to