Date: Friday, August 30, 2013 @ 17:42:50 Author: eric Revision: 96484
upgpkg: cherrytree 0.30.4-1 Upstream update, Update license, Make python2-pyenchant depends optional Modified: cherrytree/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-30 15:29:41 UTC (rev 96483) +++ PKGBUILD 2013-08-30 15:42:50 UTC (rev 96484) @@ -5,16 +5,17 @@ # Contributor: Tomas A. Schertel <[email protected]> pkgname=cherrytree -pkgver=0.30.0 +pkgver=0.30.4 pkgrel=1 pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting' arch=('any') url='http://www.giuspen.com/cherrytree/' -license=('GPL') -depends=('pygtksourceview2' 'python2-pyenchant' 'hicolor-icon-theme' 'desktop-file-utils') -install=$pkgname.install +license=('GPL3') +depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils') +optdepends=('python2-pyenchant: for spell checking support') +install=cherrytree.install source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz) -sha256sums=('b2280322f006e6cc1269a78d8041298b655a422a39671cb417e5faaebf8bda12') +sha256sums=('59a11a0a25928f2bfd3667841382c717a41d317cdc14246d389a16b979788f0e') prepare() { cd $pkgname-$pkgver
