Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / stylus
Commits:
35d04bae by Felix Yan at 2026-03-03T21:53:36+08:00
upgpkg: 0.64.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = stylus
pkgdesc = Robust, expressive, and feature-rich CSS superset
- pkgver = 0.63.0
+ pkgver = 0.64.0
pkgrel = 1
url = https://github.com/stylus/stylus
arch = any
@@ -8,8 +8,8 @@ pkgbase = stylus
makedepends = npm
makedepends = git
depends = nodejs
- noextract = stylus-0.63.0.tgz
- source = https://registry.npmjs.org/stylus/-/stylus-0.63.0.tgz
- sha512sums =
38c960ad308fcc4fe26ed44ca1e2d584e63445c36e356874ae1015a9e2a793f43072e50a41b9ea859d64836bf30fc554ffa8771683d3ab84493c780b06f5fa07
+ noextract = stylus-0.64.0.tgz
+ source = https://registry.npmjs.org/stylus/-/stylus-0.64.0.tgz
+ sha512sums =
648753f1e52ff2d7a09aacb5b5321d26ff567b60ee9a435915d085e66cff2a9ab739c4dac52b820186607ba1ca2b60a6342d361b57898a0d9157b5d3c39850ac
pkgname = stylus
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=stylus
pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.63.0
+pkgver=0.64.0
pkgrel=1
arch=('any')
url='https://github.com/stylus/stylus'
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm' 'git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('38c960ad308fcc4fe26ed44ca1e2d584e63445c36e356874ae1015a9e2a793f43072e50a41b9ea859d64836bf30fc554ffa8771683d3ab84493c780b06f5fa07')
+sha512sums=('648753f1e52ff2d7a09aacb5b5321d26ff567b60ee9a435915d085e66cff2a9ab739c4dac52b820186607ba1ca2b60a6342d361b57898a0d9157b5d3c39850ac')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylus/-/commit/35d04bae5e8c775d4837e92b9f35158a47bb2ddd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylus/-/commit/35d04bae5e8c775d4837e92b9f35158a47bb2ddd
You're receiving this email because of your account on gitlab.archlinux.org.