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

Felix Yan fyan at archlinux.org
Mon Mar 2 14:08:11 UTC 2015


    Date: Monday, March 2, 2015 @ 15:08:10
  Author: fyan
Revision: 128543

upgpkg: wiznote 2.1.15.20150225-1

Modified:
  wiznote/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-02 13:44:03 UTC (rev 128542)
+++ PKGBUILD	2015-03-02 14:08:10 UTC (rev 128543)
@@ -3,7 +3,8 @@
 # Contributor: Albert.Zhou <albert.zhou at wiz.cn>
 
 pkgname=wiznote
-pkgver=2.1.15
+pkgver=2.1.15.20150225
+_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 makedepends=('cmake' 'qt5-tools' 'git' 'boost')
 install=wiznote.install
 _wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver")
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list