summaryrefslogtreecommitdiff
path: root/community/wiznote/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wiznote/PKGBUILD')
-rw-r--r--community/wiznote/PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/community/wiznote/PKGBUILD b/community/wiznote/PKGBUILD
index 52da7ef04..3d342d526 100644
--- a/community/wiznote/PKGBUILD
+++ b/community/wiznote/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 111661 2014-05-22 09:28:35Z fyan $
+# $Id: PKGBUILD 113057 2014-06-12 09:59:12Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Albert.Zhou <albert.zhou@wiz.cn>
pkgname=wiznote
-pkgver=2.1.7
+pkgver=2.1.8
pkgrel=1
pkgdesc="Opensource cross-platform cloud based note-taking client"
arch=('i686' 'x86_64')
@@ -17,10 +17,6 @@ source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pk
md5sums=('SKIP')
prepare() {
- # This case change doesn't make any sense, really...
- sed -i "s/Exec=wiznote/Exec=WizNote/" $_wiznote_project_name/build/common/wiznote.desktop
-
- # And this...
rm $_wiznote_project_name/share/skins/default/Thumbs.db
rm -rf build; mkdir build