[arch-commits] Commit in cherrytree/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jun 17 14:21:48 UTC 2017


    Date: Saturday, June 17, 2017 @ 14:21:48
  Author: bgyorgy
Revision: 237889

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
    (from rev 237888, cherrytree/trunk/PKGBUILD)
Deleted:
  cherrytree/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-17 14:21:44 UTC (rev 237888)
+++ PKGBUILD	2017-06-17 14:21:48 UTC (rev 237889)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tomas A. Schertel <tschertel at gmail.com>
-
-pkgname=cherrytree
-pkgver=0.38.0
-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')
-optdepends=('python2-pyenchant: for spell checking support'
-            'p7zip: for password protection support')
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('cbc691cdbc2859d3247c09ede23c4a64c76bc1257e7d10fe6197a77771d07d55')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 237888, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-17 14:21:48 UTC (rev 237889)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tomas A. Schertel <tschertel at gmail.com>
+
+pkgname=cherrytree
+pkgver=0.38.1
+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')
+optdepends=('python2-pyenchant: for spell checking support'
+            'p7zip: for password protection support')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7ff73206b8dae8c733f9deeb4a8b3a51b9cbc3a13fc2566ada50168f2faa106')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list