Date: Monday, November 30, 2015 @ 11:08:41 Author: fyan Revision: 148038
upgpkg: wiznote 2.3.1-1 Modified: wiznote/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-30 08:56:56 UTC (rev 148037) +++ PKGBUILD 2015-11-30 10:08:41 UTC (rev 148038) @@ -3,8 +3,8 @@ # Contributor: Albert.Zhou <[email protected]> pkgname=wiznote -pkgver=2.2.5.20150924 -_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009 +pkgver=2.3.1 +_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89 pkgrel=1 pkgdesc="Opensource cross-platform cloud based note-taking client" arch=('i686' 'x86_64') @@ -19,8 +19,6 @@ md5sums=('SKIP') prepare() { - rm $_wiznote_project_name/share/skins/default/Thumbs.db - sed -e 's/add_subdirectory(cryptopp)//' \ -i $_wiznote_project_name/lib/CMakeLists.txt
