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

Balló György bgyorgy at nymeria.archlinux.org
Sat May 24 14:17:19 UTC 2014


    Date: Saturday, May 24, 2014 @ 16:17:18
  Author: bgyorgy
Revision: 111784

upgpkg: cherrytree 0.33.3-1

Update to version 0.33.3

Modified:
  cherrytree/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 14:06:14 UTC (rev 111783)
+++ PKGBUILD	2014-05-24 14:17:18 UTC (rev 111784)
@@ -6,18 +6,18 @@
 # Contributor: Tomas A. Schertel <tschertel at gmail.com>
 
 pkgname=cherrytree
-pkgver=0.33.0
+pkgver=0.33.3
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
             'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('d136eb8f20ec6647ea0454947b47c447bcbf45904ca9a9f43345e9b816a0cf56')
+sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,4 +27,7 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  # Fix file permissions
+  find "$pkgdir/usr/share" -type f | xargs chmod 644
 }




More information about the arch-commits mailing list