[arch-commits] Commit in stylus/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Aug 21 03:08:07 UTC 2019
Date: Wednesday, August 21, 2019 @ 03:08:06
Author: felixonmars
Revision: 500374
upgpkg: stylus 0.54.6-1
Modified:
stylus/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-21 03:06:51 UTC (rev 500373)
+++ PKGBUILD 2019-08-21 03:08:06 UTC (rev 500374)
@@ -2,8 +2,8 @@
pkgname=stylus
pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.54.5
-pkgrel=2
+pkgver=0.54.6
+pkgrel=1
arch=('any')
url='https://github.com/stylus/stylus'
license=('MIT')
@@ -11,7 +11,7 @@
makedepends=('npm' 'git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha256sums=('aeda6410088f14b48d36f3098a5492e47ff0d95cc9f9e24dc7f58815af9bc1d6')
+sha256sums=('bbe826092c3a88b85642b332b755c99d61954961463032f6613967ecc8ba679a')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list