summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2020-12-17 20:59:25 -0300
committerAndré Kugland2020-12-17 20:59:25 -0300
commitfc03813f78c973f353c78df7c08c553d89bb23e6 (patch)
tree7d0e7f631b58158411a560d7330725e3133828c6
parent6ea9bf7f394572a019fe85a0dfbad26a4b85def6 (diff)
downloadaur-preact-cli.tar.gz
v3.0.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff8d995e5d37..3f1265262e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = preact-cli
pkgdesc = Your next Preact PWA starts in 30 seconds.
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/preactjs/preact-cli
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = preact-cli
depends = nodejs>=11
noextract = preact-cli-3.0.0.tgz
source = https://registry.npmjs.org/preact-cli/-/preact-cli-3.0.0.tgz
- source = https://raw.githubusercontent.com/preactjs/preact-cli/master/LICENCE
+ source = https://raw.githubusercontent.com/preactjs/preact-cli/d9701e55da813b694fb6af6e8200afecbce16018/LICENCE
sha256sums = 44edde7295776b5cc7ec7888a20364382b6c1ff37d4f33b0ab3e1194709945be
sha256sums = df88246bd228fce9d1e476692e8ea2c3309101070652f9ad57fff8fb566e6790
diff --git a/PKGBUILD b/PKGBUILD
index 6cb65c4860c2..aa8241376da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=preact-cli
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Your next Preact PWA starts in 30 seconds.'
arch=(any)
url=https://github.com/preactjs/preact-cli
@@ -10,8 +10,8 @@ license=(MIT)
depends=("nodejs>=11")
makedepends=(npm)
source=(
- https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
- https://raw.githubusercontent.com/preactjs/preact-cli/master/LICENCE
+ "https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz"
+ "https://raw.githubusercontent.com/preactjs/preact-cli/d9701e55da813b694fb6af6e8200afecbce16018/LICENCE"
)
noextract=($pkgname-$pkgver.tgz)
sha256sums=('44edde7295776b5cc7ec7888a20364382b6c1ff37d4f33b0ab3e1194709945be'