aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Ronecker2019-11-08 15:38:54 +0100
committerPascal Ronecker2019-11-08 15:38:54 +0100
commitb590e06bb54d275073f92826a6624bce99f8d0bd (patch)
treeee6fa5a4a6c20831930b824c98d1ea78ee14498e
parent4911db6373af64ca7d1417f39a5c7e5da3bcbbcb (diff)
downloadaur-b590e06bb54d275073f92826a6624bce99f8d0bd.tar.gz
strip down packaging
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48a4b753c4e..c2ef870a6fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-chat-linux-git
pkgdesc = Unofficial electron-based desktop client for Google Chat, electron included
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/squalou/google-chat-linux.git
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4a1deaf05b02..c85f9608aa00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Squalou <squalou.jenkins [at] gmail [dot] com>
pkgname=google-chat-linux-git
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial electron-based desktop client for Google Chat, electron included"
arch=('x86_64' 'i686')
url="https://github.com/squalou/google-chat-linux.git"
@@ -23,6 +23,12 @@ build() {
npm install --prefix $srcdir/${pkgname}/ ${electron_version}
cd "$srcdir/${pkgname}"
npm install --production=true
+ rm -rf node_modules/7zip-bin
+ rm -rf node_modules/dmg-builder
+ rm -rf node_modules/app-builder-bin
+ rm -rf node_modules/app-builder-lib
+
+
}
package() {