summaryrefslogtreecommitdiff
path: root/community/wiznote/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-13 03:39:58 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-13 03:39:58 +0000
commit942111e62628e9a5c4729563215b1cfb8911735e (patch)
treee4353fedfae47ad14ee828b6619ed9d2dd0f4317 /community/wiznote/PKGBUILD
parent4117cddc8a79bfdd61c7c5708b957be92775d67b (diff)
Fri Jun 13 03:35:59 UTC 2014
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