Date: Tuesday, January 14, 2014 @ 17:15:52 Author: fyan Revision: 104027
bump the version, but it's not ready yet Modified: wiznote/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-14 16:13:13 UTC (rev 104026) +++ PKGBUILD 2014-01-14 16:15:52 UTC (rev 104027) @@ -3,7 +3,7 @@ # Contributor: Albert.Zhou <[email protected]> pkgname=wiznote -pkgver=2.0.64 +pkgver=2.1.0_beta pkgrel=1 pkgdesc="Opensource cross-platform cloud based note-taking client" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('cmake' 'qt5-tools' 'git') install=wiznote.install _wiznote_project_name="WizQTClient" -source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver") +source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v${pkgver/_/-}") md5sums=('SKIP') build() {
