summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomebody12342023-11-27 05:27:52 +1000
committersomebody12342023-11-27 05:27:52 +1000
commit19ea966f1f0fa433313f8c397fb18497681621b7 (patch)
treeadb74b3797ae392461155bf4b7f3734546d92049
parent44f463be7d702091d46d09b424f265fc03bb6f32 (diff)
downloadaur-19ea966f1f0fa433313f8c397fb18497681621b7.tar.gz
bump: 0.82.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be4ab44916a1..511995c4615f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwjs-sdk-bin
pkgdesc = node-webkit is an app runtime based on Chromium and node.js. SDK release with DevTools
- pkgver = 0.80.0
+ pkgver = 0.82.0
pkgrel = 1
url = https://nwjs.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = nwjs-sdk-bin
optdepends = nw-gyp: native add-on build tool for node-webkit
provides = nwjs-sdk
conflicts = nwjs-sdk
- source = nwjs-sdk-bin-0.80.0.tar.gz::http://dl.nwjs.io/v0.80.0/nwjs-sdk-v0.80.0-linux-x64.tar.gz
- sha512sums = d73e36b1b8c8e7e384fb6018710abfd37a7b0501aae9c4c8d4321d658b33d70bed58d1eb0d7ed29ee9db3ef29827053d795693fa810423f0afd0c193b0aedc36
+ source = nwjs-sdk-bin-0.82.0.tar.gz::http://dl.nwjs.io/v0.82.0/nwjs-sdk-v0.82.0-linux-x64.tar.gz
+ sha512sums = 5813ccdd6886d66cb3932bd6f4426a00c5bf54189856a0f2595867730534a4ce79be498d0e201e33e8bf601956cfb189e4ec4ea4a8fca62f907ecd5cd58c94eb
pkgname = nwjs-sdk-bin
diff --git a/PKGBUILD b/PKGBUILD
index c6999c8f803c..207db93a8383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
pkgname=nwjs-sdk-bin
-pkgver=0.80.0
+pkgver=0.82.0
pkgrel=1
pkgdesc="node-webkit is an app runtime based on Chromium and node.js. SDK release with DevTools"
arch=("x86_64")
@@ -19,7 +19,7 @@ optdepends=(
provides=("nwjs-sdk")
conflicts=("nwjs-sdk")
source=("${pkgname}-${pkgver}.tar.gz::http://dl.nwjs.io/v${pkgver}/${pkgname%-bin}-v${pkgver}-linux-x64.tar.gz")
-sha512sums=('d73e36b1b8c8e7e384fb6018710abfd37a7b0501aae9c4c8d4321d658b33d70bed58d1eb0d7ed29ee9db3ef29827053d795693fa810423f0afd0c193b0aedc36')
+sha512sums=('5813ccdd6886d66cb3932bd6f4426a00c5bf54189856a0f2595867730534a4ce79be498d0e201e33e8bf601956cfb189e4ec4ea4a8fca62f907ecd5cd58c94eb')
package() {
cd "${pkgname%-bin}-v${pkgver}-linux-x64"
@@ -27,7 +27,7 @@ package() {
install -d "${pkgdir}/opt/${pkgname%-bin}"
cp -dr * "${pkgdir}/opt/${pkgname%-bin}/"
chmod -R 644 "${pkgdir}/opt/${pkgname%-bin}/"
- chmod 755 "${pkgdir}/opt/${pkgname%-bin}/"{,swiftshader,lib,locales,nw,chrome_crashpad_handler,nacl_helper}
+ chmod 755 "${pkgdir}/opt/${pkgname%-bin}/"{,swiftshader,lib,locales,nw,chrome_crashpad_handler}
install -d "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname%-bin}/nw" "${pkgdir}/usr/bin/nw-sdk"