Date: Saturday, April 6, 2019 @ 15:57:10
  Author: ffy00
Revision: 449994

upgpkg: code 1.33.0-1

Modified:
  code/trunk/PKGBUILD
  code/trunk/product_json.diff

-------------------+
 PKGBUILD          |    6 +++---
 product_json.diff |   20 ++++++++------------
 2 files changed, 11 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-06 15:41:45 UTC (rev 449993)
+++ PKGBUILD    2019-04-06 15:57:10 UTC (rev 449994)
@@ -4,7 +4,7 @@
 
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.32.3
+pkgver=1.33.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
@@ -21,7 +21,7 @@
 sha512sums=('SKIP'
             
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
             
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-            
'f9520fa3978e8cc994d3ab2cc0154a7a0e499a841afa67ef2f31c941fb30c5ff8a2dbcb8dc8b3a187fb43c21c8b3ddb299f31dd62e65e381c264b2b01caa404a'
+            
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40'
             
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
 
 # Even though we don't officially support other archs, let's
@@ -48,7 +48,7 @@
 
   # This patch no longer contains proprietary modifications.
   # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p1 < ../product_json.diff
+  patch -p0 < ../product_json.diff
 
   # Set the commit and build date
   local _commit=$(git rev-parse HEAD)

Modified: product_json.diff
===================================================================
--- product_json.diff   2019-04-06 15:41:45 UTC (rev 449993)
+++ product_json.diff   2019-04-06 15:57:10 UTC (rev 449994)
@@ -1,13 +1,7 @@
-diff --git a/product.json b/product.json
-index eb6526c2d8..7753d2c5eb 100644
---- a/product.json
-+++ b/product.json
-@@ -20,5 +20,18 @@
-       "urlProtocol": "code-oss",
-       "extensionAllowedProposedApi": [
-               "ms-vscode.references-view"
--      ]
-+      ],
+--- product.json       2019-04-06 13:26:49.879655883 +0100
++++ product.json       2019-04-06 13:26:37.399656243 +0100
+@@ -1,4 +1,17 @@
+ {
 +      "quality": "stable",
 +      "extensionsGallery": {
 +              "serviceUrl": 
"https://marketplace.visualstudio.com/_apis/public/gallery";,
@@ -20,5 +14,7 @@
 +      "tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118";,
 +      "keyboardShortcutsUrlLinux": 
"https://go.microsoft.com/fwlink/?linkid=832144";,
 +      "commit": "@COMMIT@",
-+      "date": "@DATE@"
- }
++      "date": "@DATE@",
+       "nameShort": "Code - OSS",
+       "nameLong": "Code - OSS",
+       "applicationName": "code-oss",

Reply via email to