summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2018-02-21 08:15:43 -0500
committerMario Finelli2018-02-21 08:15:43 -0500
commit4a0893b54ba3d312bd40139c6a2c947091b978c4 (patch)
tree5c04ffa1891933bd883de6440c74861f76f30119 /PKGBUILD
parent603ea54b97492e98168aa07c4ddbeab049967f7a (diff)
downloadaur-4a0893b54ba3d312bd40139c6a2c947091b978c4.tar.gz
Bump to 8.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9488067b4856..29c1274cc0ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Maintainer: Mario Finelli <mario at finel dot li>
_npmname=autoprefixer
pkgname=nodejs-$_npmname
-pkgver=6.5.4
+pkgver=8.0.0
pkgrel=1
-pkgdesc="Parse CSS and add vendor prefixes to rules by Can I Use"
+pkgdesc="Parse CSS and add vendor prefixes to rules by Can I Use."
arch=('any')
url="https://github.com/postcss/autoprefixer"
license=('MIT')
depends=('nodejs' 'npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('d9a47ee78d836f4fd00c780810be6c96286a75f5cf5e37eca4cc49154e3791d3')
+sha256sums=('cdc66793a1d05ec5c804f9e5c3bee8f0da72d92c7c8a6f094a791aaa9055f3ed')
package() {
cd "$srcdir"