summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz2019-03-09 22:59:28 +0100
committerMaxim Baz2019-03-09 22:59:28 +0100
commit205ee30d13288567ade87a33f6e99069b66ca9f5 (patch)
tree759e90286b6c681e70af202559a5d31aa2e63705
parent0882214e941f9c717c187467254faaa20f1d7a7f (diff)
downloadaur-205ee30d13288567ade87a33f6e99069b66ca9f5.tar.gz
wire-desktop-git: update build command
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbfa0d26c483..1dffb60e24a6 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wire-desktop-git
pkgdesc = End-to-end encrypted messenger with file sharing, voice calls and video conferences
- pkgver = 3.6.2885.r28.ge60eae3c
+ pkgver = 3.6.2885.r98.g35a11a00
pkgrel = 1
url = https://wire.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bc3bc4fd2e14..2507a926bf7d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wire-desktop-git
_pkgname=${pkgname%-git}
-pkgver=3.6.2885.r28.ge60eae3c
+pkgver=3.6.2885.r98.g35a11a00
pkgrel=1
pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
arch=('x86_64')
@@ -40,9 +40,7 @@ build() {
cd "${_pkgname}"
yarn
yarn build:ts
- # **********
- # ***TODO*** in the next release simply use 'linux-prod-package'
- npx grunt 'clean:linux' 'update-keys' 'gitinfo' 'set-custom-data' 'release-prod' 'bundle'
+ npx grunt 'linux-prod-package'
}
package() {