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

Balló György bgyorgy at archlinux.org
Sat Jan 13 22:42:08 UTC 2018


    Date: Saturday, January 13, 2018 @ 22:42:06
  Author: bgyorgy
Revision: 281847

cherrytree: Use https source

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 22:40:46 UTC (rev 281846)
+++ PKGBUILD	2018-01-13 22:42:06 UTC (rev 281847)
@@ -10,12 +10,12 @@
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax highlighting'
 arch=('any')
-url='http://www.giuspen.com/cherrytree/'
+url='https://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)
+source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
 sha256sums=('e2a1d2338b8d90d5db14ae8c41bda27c95ef31113f3062a1e2e7449a67f75ffd')
 
 build() {



More information about the arch-commits mailing list