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

Antonio Rojas arojas at archlinux.org
Thu Apr 25 20:32:47 UTC 2019


    Date: Thursday, April 25, 2019 @ 20:32:46
  Author: arojas
Revision: 454035

https

Modified:
  mcomix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 20:32:08 UTC (rev 454034)
+++ PKGBUILD	2019-04-25 20:32:46 UTC (rev 454035)
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
 arch=('any')
-url="http://sourceforge.net/projects/mcomix/"
+url="https://sourceforge.net/projects/mcomix/"
 license=('GPL')
 depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
          'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
@@ -16,7 +16,7 @@
             'p7zip: for 7zip compressed comics')
 conflicts=('comix')
 replaces=('comix')
-source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2")
+source=("https://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2")
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}



More information about the arch-commits mailing list