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

Maxim Baz maximbaz at archlinux.org
Thu Mar 14 18:25:04 UTC 2019


    Date: Thursday, March 14, 2019 @ 18:25:04
  Author: maximbaz
Revision: 441049

upgpkg: wire-desktop 3.7.2891-1

Modified:
  wire-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 18:01:50 UTC (rev 441048)
+++ PKGBUILD	2019-03-14 18:25:04 UTC (rev 441049)
@@ -2,8 +2,8 @@
 # Contributor: Conor Anderson <conor at conr.ca>
 
 pkgname=wire-desktop
-pkgver=3.6.2885
-pkgrel=4
+pkgver=3.7.2891
+pkgrel=1
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
 arch=('x86_64')
 url='https://wire.com/'
@@ -14,7 +14,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz"
         "${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig"
         "${pkgname}.desktop")
-sha256sums=('524db450d41a2dc677b8450cdf4e13dcc753280b2f6565ed5e23e6f59c14bed4'
+sha256sums=('162ebb6c8642edfd74fc02b494dbea912b727fadc91db93c137ee35e0e81dba5'
             'SKIP'
             '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
 validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
@@ -35,9 +35,7 @@
     cd "${pkgname}-linux-${pkgver}"
     yarn
     yarn build:ts
-    # **********
-    # ***TODO*** in the next release simply use 'linux-prod-package'
-    BUILD_NUMBER="${pkgver##*.}" npx grunt 'clean:linux' 'update-keys' 'gitinfo'  'set-custom-data' 'release-prod' 'bundle'
+    BUILD_NUMBER="${pkgver##*.}" npx grunt 'linux-prod-package'
 }
 
 package() {



More information about the arch-commits mailing list