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

Antonio Rojas arojas at archlinux.org
Tue Aug 22 17:06:24 UTC 2017


    Date: Tuesday, August 22, 2017 @ 17:06:24
  Author: arojas
Revision: 303267

https

Modified:
  kile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-22 17:06:05 UTC (rev 303266)
+++ PKGBUILD	2017-08-22 17:06:24 UTC (rev 303267)
@@ -8,11 +8,11 @@
 pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
 arch=("i686" "x86_64")
 license=('GPL2')
-url="http://kile.sourceforge.net/"
+url="https://kile.sourceforge.net/"
 depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4')
 optdepends=('kdebase-konsole: embedded terminal')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
 sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
 
 build() {



More information about the arch-commits mailing list