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

Felix Yan felixonmars at archlinux.org
Tue Jun 23 19:06:26 UTC 2020


    Date: Tuesday, June 23, 2020 @ 19:06:23
  Author: felixonmars
Revision: 651428

upgpkg: wiznote 2.8.5-1

Modified:
  wiznote/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 19:05:43 UTC (rev 651427)
+++ PKGBUILD	2020-06-23 19:06:23 UTC (rev 651428)
@@ -2,19 +2,19 @@
 # Contributor: Albert.Zhou <albert.zhou at wiz.cn>
 
 pkgname=wiznote
-pkgver=2.8.4
-_commit=ce110ef42d48c73160cb59f5e9b026c5b42617e4
+pkgver=2.8.5
+_commit=2d4566aa1ff6e5a773d59e26df5ab07517931242
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
-url="http://www.wiznote.com"
-license=('GPL3' 'custom')
+url="https://www.wiz.cn"
+license=('GPL3')
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-websockets' 'qt5-webengine'
          'qt5-svg') # 'crypto++')
 # shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'boost')
 source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz")
-sha512sums=('25ee69993924e9744e9e4e06b174f65aa6b49031f003932386e121dd8d53435af814d78eb6471a194c395fc3b3551081025de2918a0be068cb623415e7c47157')
+sha512sums=('35b86abbde7d234b5ebcd66b9912ffddbf272a5ab7ff99ca408eb6a66366ab1c00a0c88241fd702f4f8d968c06a7c53722595eb4085938a5b5c726cfad38a832')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
@@ -22,9 +22,6 @@
   #sed -e 's/cryptlib/cryptopp/' \
   #    -i WizQTClient-$_commit/src/CMakeLists.txt
 
-  # https://github.com/WizTeam/WizQTClient/issues/610
-  sed -i 's/= nPosition;/= (Json::UInt64)nPosition;/' WizQTClient-$_commit/src/share/WizObject.cpp
-
   sed -i '/#include <QPainter>/a #include <QPainterPath>' WizQTClient-$_commit/src/sync/WizAvatarHost.cpp
 
   rm -rf build; mkdir build
@@ -42,5 +39,5 @@
 
 package() {
   cd build
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list