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

Balló György bgyorgy at archlinux.org
Thu Sep 3 14:28:33 UTC 2015


    Date: Thursday, September 3, 2015 @ 16:28:33
  Author: bgyorgy
Revision: 139133

upgpkg: cherrytree 0.35.10-1

Update to version 0.35.10

Modified:
  cherrytree/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-03 11:42:28 UTC (rev 139132)
+++ PKGBUILD	2015-09-03 14:28:33 UTC (rev 139133)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel <tschertel at gmail.com>
 
 pkgname=cherrytree
-pkgver=0.35.9
+pkgver=0.35.10
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
             'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c597e70736aad6135c53e2f10ff9246e6d1133e35dfcdefece38fe0c185ca93')
+sha256sums=('34ed912074387a3a1e7b6b07d3b231b6a9c11165bbe52cbebf13b3b0ee46de12')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,7 +27,4 @@
 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