summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlynx Zhou2019-10-25 11:47:26 +0800
committerAlynx Zhou2019-10-25 11:47:26 +0800
commitf8a9ec5c545225ecb36ec03c37fc06ca35e809db (patch)
tree4362cf1f89981387c24129e0766dbc1af57ed4a9
parentfa3b57983e8587bfc73ddcdc7d5a68ff2a9ae4b2 (diff)
downloadaur-f8a9ec5c545225ecb36ec03c37fc06ca35e809db.tar.gz
Updated to hikarujs v1.0.6.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e7497711348..52ec1a5d7423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = hikarujs
pkgdesc = A static site generator that generates routes based on directories naturally.
- pkgver = 1.0.5
- pkgrel = 2
+ pkgver = 1.0.6
+ pkgrel = 1
url = https://hikaru.alynx.moe/
arch = any
license = Apache
makedepends = npm
depends = nodejs
- noextract = hikarujs-1.0.5.tgz
- source = https://registry.npmjs.org/hikarujs/-/hikarujs-1.0.5.tgz
- sha512sums = dfb00b1e51fb3fbb5a2a12d9dbbf87a77c056cd183c93493cafe30948a1f768ab0a77a6bfe68a75f1229617d9d63ebf2979b2556b076138390c747ea1f025fe6
+ noextract = hikarujs-1.0.6.tgz
+ source = https://registry.npmjs.org/hikarujs/-/hikarujs-1.0.6.tgz
+ sha512sums = b4a62770857142804ea54cb1df0bc319d66f4243761ea4d5b7621803014b6b1f14a82669475f8085a72c87d6630dbd221458db655e1b953c035f72fe3d1a28d1
pkgname = hikarujs
diff --git a/PKGBUILD b/PKGBUILD
index ff99a0898a05..79745c7d62a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alynx Zhou <alynx.zhou@gmail.com>
pkgname=hikarujs
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
pkgdesc='A static site generator that generates routes based on directories naturally.'
arch=('any')
url='https://hikaru.alynx.moe/'
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('dfb00b1e51fb3fbb5a2a12d9dbbf87a77c056cd183c93493cafe30948a1f768ab0a77a6bfe68a75f1229617d9d63ebf2979b2556b076138390c747ea1f025fe6')
+sha512sums=('b4a62770857142804ea54cb1df0bc319d66f4243761ea4d5b7621803014b6b1f14a82669475f8085a72c87d6630dbd221458db655e1b953c035f72fe3d1a28d1')
package() {
npm install \