summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2019-04-03 12:04:53 -0400
committerAdam Goldsmith2019-04-03 12:04:53 -0400
commitc47ce912f4859d8e30596a029ee846caa59dd595 (patch)
treecd3bacd5f49297a41bade09adb7f98e1408bc088
parent390de32110e0b4518f567b61925409b7443c51de (diff)
downloadaur-c47ce912f4859d8e30596a029ee846caa59dd595.tar.gz
Bump version to 5.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f206ba70ac..877178fc0ca6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nativescript
pkgdesc = CLI for building NativeScript apps
- pkgver = 5.3.0
+ pkgver = 5.3.1
pkgrel = 1
url = https://www.npmjs.com/package/nativescript
arch = any
@@ -8,10 +8,10 @@ pkgbase = nativescript
makedepends = npm
depends = nodejs
conflicts = nativescript-cli
- noextract = nativescript-5.3.0.tgz
+ noextract = nativescript-5.3.1.tgz
options = !emptydirs
- source = https://registry.npmjs.org/nativescript/-/nativescript-5.3.0.tgz
- sha512sums = 06887814e9aea09db3a2a0f94b6ff5ebc24f48d90ca46e34088ab6bcc7ee37ea65261e8911caee6451205b4060197730f2bc8ea7e90e3cfa5775c235ede8977d
+ source = https://registry.npmjs.org/nativescript/-/nativescript-5.3.1.tgz
+ sha512sums = f87d8550becdf6bc2a3c87959bbba51060be9f1092539dbc3ef4bf6254a2e4fe6e7721c08a9d30b7f8dfb0ba90e51ea3bd7a94ad323420643c898020ec1c44cd
pkgname = nativescript
diff --git a/PKGBUILD b/PKGBUILD
index e04464b833ba..7b9aadb1f5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer: Jean Lucas <jean@4ray.co>
pkgname=nativescript
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc='CLI for building NativeScript apps'
arch=(any)
@@ -14,7 +14,7 @@ optdepents=(android-sdk: for native Android development)
conflicts=(nativescript-cli)
options=(!emptydirs)
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha512sums=('06887814e9aea09db3a2a0f94b6ff5ebc24f48d90ca46e34088ab6bcc7ee37ea65261e8911caee6451205b4060197730f2bc8ea7e90e3cfa5775c235ede8977d')
+sha512sums=('f87d8550becdf6bc2a3c87959bbba51060be9f1092539dbc3ef4bf6254a2e4fe6e7721c08a9d30b7f8dfb0ba90e51ea3bd7a94ad323420643c898020ec1c44cd')
noextract=($pkgname-$pkgver.tgz)
package() {