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

Antonio Rojas arojas at archlinux.org
Fri Apr 26 21:58:04 UTC 2019


    Date: Friday, April 26, 2019 @ 21:58:03
  Author: arojas
Revision: 454362

https

Modified:
  python2-caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 21:57:28 UTC (rev 454361)
+++ PKGBUILD	2019-04-26 21:58:03 UTC (rev 454362)
@@ -5,7 +5,7 @@
 pkgver=1.20.2
 pkgrel=1
 pkgdesc="Python binding for Caja, to allow Caja property page and menu item extensions to be written in Python"
-url="http://mate-desktop.org"
+url="https://mate-desktop.org"
 arch=('x86_64')
 license=('GPL')
 depends=('caja' 'python2-gobject')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 conflicts=('python2-caja-gtk3')
 replaces=('python2-caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz")
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz")
 sha256sums=('eb349fc033ca8dad924b573ede74612d7fa83f6fea93d052d00f13b2c2af289b')
 
 prepare() {



More information about the arch-commits mailing list