Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
bower
Commits:
bfe2c509 by Sven-Hendrik Haase at 2025-06-13T18:01:51+02:00
upgpkg: 1.8.14-3: Use included license and remove checked-in file
- - - - -
3 changed files:
- .SRCINFO
- − LICENSE
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bower
pkgdesc = A package manager for the web
pkgver = 1.8.14
- pkgrel = 2
+ pkgrel = 3
url = https://bower.io/
arch = any
license = MIT
@@ -12,8 +12,6 @@ pkgbase = bower
depends = uglify-js
noextract = bower-1.8.14.tgz
source = https://registry.npmjs.org/bower/-/bower-1.8.14.tgz
- source = LICENSE
sha512sums =
f11ab4e7c143f75abd370b61ca1c3495af5fce9073d22c194ebb79d4b5a5fb0f8f9c981993d27ee70a779e26ec25c2143e094c617af835105a47e4d48f43a405
- sha512sums =
a932f56639679947f1ce67ca7c27855ae08257876880864079077db825fa402ac7d544a192e02683d38de60ed9ac708a366e05c81bd350ace1440c1588086bc1
pkgname = bower
=====================================
LICENSE deleted
=====================================
@@ -1,19 +0,0 @@
-Copyright (c) 2015 Twitter and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
=====================================
PKGBUILD
=====================================
@@ -1,27 +1,25 @@
# Maintainer: Felix Yan <[email protected]>
-# Contributor: Micha Alt <[email protected]>
+# Contributor: Micha Alt <[email protected]>
# Contributor: FadeMind <[email protected]>
# Contributor: Tom Vincent <http://tlvince.com/contact>
pkgname=bower
pkgver=1.8.14
-pkgrel=2
+pkgrel=3
pkgdesc='A package manager for the web'
arch=('any')
url='https://bower.io/'
license=('MIT')
depends=('nodejs' 'semver' 'uglify-js')
makedepends=('npm' 'git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
- LICENSE)
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f11ab4e7c143f75abd370b61ca1c3495af5fce9073d22c194ebb79d4b5a5fb0f8f9c981993d27ee70a779e26ec25c2143e094c617af835105a47e4d48f43a405'
-
'a932f56639679947f1ce67ca7c27855ae08257876880864079077db825fa402ac7d544a192e02683d38de60ed9ac708a366e05c81bd350ace1440c1588086bc1')
+sha512sums=('f11ab4e7c143f75abd370b61ca1c3495af5fce9073d22c194ebb79d4b5a5fb0f8f9c981993d27ee70a779e26ec25c2143e094c617af835105a47e4d48f43a405')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ tar xf $pkgname-$pkgver.tgz package/LICENSE
+ install -Dm644 package/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# Experimental dedup
cd "$pkgdir"/usr/lib/node_modules/$pkgname/lib/node_modules
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bower/-/commit/bfe2c509f924fce5ed0ae7079357c1543906979b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bower/-/commit/bfe2c509f924fce5ed0ae7079357c1543906979b
You're receiving this email because of your account on gitlab.archlinux.org.