Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
firefox-tree-style-tab
Commits:
082a16b2 by Daniel M. Capella at 2024-09-13T16:34:08-04:00
upgpkg: 4.0.23-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = firefox-tree-style-tab
pkgdesc = Firefox extension to show tabs like a tree
- pkgver = 4.0.22
+ pkgver = 4.0.23
pkgrel = 1
url = https://piro.sakura.ne.jp/xul/_treestyletab.html.en
arch = any
@@ -14,7 +14,7 @@ pkgbase = firefox-tree-style-tab
makedepends = npm
makedepends = strip-nondeterminism
makedepends = zip
- source = git+https://github.com/piroor/treestyletab.git#tag=4.0.22
+ source = git+https://github.com/piroor/treestyletab.git#tag=4.0.23
source = git+https://github.com/piroor/webextensions-lib-configs.git
source = git+https://github.com/piroor/webextensions-lib-dom-updater.git
source =
git+https://github.com/piroor/webextensions-lib-event-listener-manager.git
@@ -25,7 +25,7 @@ pkgbase = firefox-tree-style-tab
source =
git+https://github.com/piroor/webextensions-lib-rich-confirm.git
source =
git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git
source =
git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git
- b2sums =
b20598de69aeb7462a5bde995523c1003c87d6c6782feff5472c0c167122b093729ed4afdfe9aef8efbe2bb64d680e4bb6c1a09edcc7cf28047d8fa6cb820d95
+ b2sums =
6ca29ecc7edc9a8f1d4ac406af777b8cf22261ca749aeb6d739b02d897018c8b1ad4f61ea38e049a7ff65f3ded5ccf3c48bcddbc1d81a1c74bf5a075a56206d5
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=treestyletab
pkgname=firefox-tree-style-tab
-pkgver=4.0.22
+pkgver=4.0.23
pkgrel=1
pkgdesc='Firefox extension to show tabs like a tree'
arch=(any)
@@ -35,7 +35,7 @@ source=(
git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git
git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git
)
-b2sums=('b20598de69aeb7462a5bde995523c1003c87d6c6782feff5472c0c167122b093729ed4afdfe9aef8efbe2bb64d680e4bb6c1a09edcc7cf28047d8fa6cb820d95'
+b2sums=('6ca29ecc7edc9a8f1d4ac406af777b8cf22261ca749aeb6d739b02d897018c8b1ad4f61ea38e049a7ff65f3ded5ccf3c48bcddbc1d81a1c74bf5a075a56206d5'
'SKIP'
'SKIP'
'SKIP'
@@ -55,6 +55,7 @@ prepare() {
done
git -c protocol.file.allow=always submodule update
cd webextensions
+ # Remove target dependencies from install_extlib and xpi
sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
npm ci
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-tree-style-tab/-/commit/082a16b2ae7a603b969a80278fad02d39e2ec000
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-tree-style-tab/-/commit/082a16b2ae7a603b969a80278fad02d39e2ec000
You're receiving this email because of your account on gitlab.archlinux.org.