Date: Monday, June 27, 2016 @ 17:50:24 Author: bgyorgy Revision: 181437
upgpkg: cherrytree 0.37.1-1 Update to new version Modified: cherrytree/trunk/PKGBUILD Deleted: cherrytree/trunk/cherrytree.install --------------------+ PKGBUILD | 5 ++--- cherrytree.install | 14 -------------- 2 files changed, 2 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-27 17:46:41 UTC (rev 181436) +++ PKGBUILD 2016-06-27 17:50:24 UTC (rev 181437) @@ -6,7 +6,7 @@ # Contributor: Tomas A. Schertel <[email protected]> pkgname=cherrytree -pkgver=0.36.9 +pkgver=0.37.1 pkgrel=1 pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting' arch=('any') @@ -15,9 +15,8 @@ depends=('pygtksourceview2' 'python2-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=('9a073d776258726864c031f71818b357c42978bce4c323c30f7fa5bc8d36be28') +sha256sums=('45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd') build() { cd $pkgname-$pkgver Deleted: cherrytree.install =================================================================== --- cherrytree.install 2016-06-27 17:46:41 UTC (rev 181436) +++ cherrytree.install 2016-06-27 17:50:24 UTC (rev 181437) @@ -1,14 +0,0 @@ -post_install() -{ - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
