Date: Monday, September 13, 2021 @ 00:57:52
  Author: tensor5
Revision: 1014630

upgpkg: asar 3.1.0-1

Modified:
  asar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-13 00:05:12 UTC (rev 1014629)
+++ PKGBUILD    2021-09-13 00:57:52 UTC (rev 1014630)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini <[email protected]>
 
 pkgname=asar
-pkgver=3.0.3
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Creating Electron app packages'
 arch=('any')
@@ -23,5 +23,5 @@
 
     sed -e "s|${srcdir}|/|" -i package.json
     find node_modules -name 'package.json' -exec sed -e "s|${srcdir}||" -i {} 
\;
-    modclean -r -a "*.ts,.bin,.vscode,bin.js" --ignore='license'  # 
--ignore='license*'
+    modclean -r -a "*.ts,.bin,.github,.vscode,bin.js" --ignore='license'  # 
--ignore='license*'
 }

Reply via email to