[arch-commits] Commit in stylus/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 17 20:21:52 UTC 2020
Date: Friday, July 17, 2020 @ 20:21:52
Author: felixonmars
Revision: 664310
upgpkg: stylus 0.54.8-1
Modified:
stylus/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-17 17:39:17 UTC (rev 664309)
+++ PKGBUILD 2020-07-17 20:21:52 UTC (rev 664310)
@@ -2,8 +2,8 @@
pkgname=stylus
pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.54.7
-pkgrel=2
+pkgver=0.54.8
+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=('15de26b88cd5840e9d1469c0cb58379d94c18a1ee1ecd5eb17cad0cfeb790698')
+sha512sums=('bebe783abe0167ba4969fa369a97f465cc00ef8ae9b980996f1ac706c1fc91b7173b049fbc1170b117e918ee4e0f97e11b91c30855bbdfb3ca69ac08ecea8402')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list