[arch-commits] Commit in asar/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Sun Dec 15 09:37:35 UTC 2019


    Date: Sunday, December 15, 2019 @ 09:37:34
  Author: tensor5
Revision: 537725

upgpkg: asar 2.0.3-1

Modified:
  asar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 09:17:50 UTC (rev 537724)
+++ PKGBUILD	2019-12-15 09:37:34 UTC (rev 537725)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=asar
-pkgver=2.0.1
+pkgver=2.0.3
 pkgrel=1
 pkgdesc='Creating Electron app packages'
 arch=('any')
@@ -24,5 +24,5 @@
     sed -e "s|${srcdir}|/|" -i package.json
     find node_modules -name 'package.json' -exec sed -e "s|${srcdir}||" -i {} \;
     rm -r node_modules/{bluebird/js/browser,mkdirp/bin}
-    modclean -r -a "*.ts,.bin,.vscode" --ignore='license'  # --ignore='license*'
+    modclean -r -a "*.ts,.bin,.vscode,bin.js" --ignore='license'  # --ignore='license*'
 }



More information about the arch-commits mailing list