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

Balló György bgyorgy at archlinux.org
Thu Oct 6 16:48:09 UTC 2016


    Date: Thursday, October 6, 2016 @ 16:48:09
  Author: bgyorgy
Revision: 191500

upgpkg: cherrytree 0.37.5-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-06 16:44:34 UTC (rev 191499)
+++ PKGBUILD	2016-10-06 16:48:09 UTC (rev 191500)
@@ -6,18 +6,17 @@
 # Contributor: Tomas A. Schertel <tschertel at gmail.com>
 
 pkgname=cherrytree
-pkgver=0.37.2
+pkgver=0.37.5
 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' 'python2-dbus' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python2-dbus')
 optdepends=('python2-pyenchant: for spell checking support'
             'p7zip: for password protection support')
-#source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-source=($pkgname-$pkgver.tar.gz::https://github.com/giuspen/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9e0416bbf1c5c55bbf561e2661ee0a3082e27cff9d66107fb55e907294c65cb1')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce73f2ffd2ee7059cedc8a5a0c817ff96f42b557c05092e1d53750b910416b51')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,5 +25,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list