summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2021-04-23 22:40:54 +0200
committerMichael Laß2021-04-23 22:40:54 +0200
commit5e574d910612427a8e6a9f1bf10c245b453174d4 (patch)
treebdd95de4d25f257f056c0308a16834cb3c556cc2
parente426e1be0ea0d58c1fafc4af1e14e727ffb0de07 (diff)
downloadaur-pidgin-latex.tar.gz
Update URLs to use HTTPS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2f0ecedeb52..0184060c7e1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = pidgin-latex
pkgdesc = Small latex plugin for pidgin
pkgver = 1.5.0
pkgrel = 1
- url = http://sourceforge.net/projects/pidgin-latex/
+ url = https://sourceforge.net/projects/pidgin-latex/
arch = i686
arch = x86_64
license = GPL
depends = pidgin
depends = texlive-core
- source = http://downloads.sourceforge.net/pidgin-latex/pidgin-latex_1.5.0.tar.gz
+ source = https://downloads.sourceforge.net/pidgin-latex/pidgin-latex_1.5.0.tar.gz
sha256sums = 5885666363867630de3dcb426420b07f9efd2467f562127d3998cc190c939d3a
pkgname = pidgin-latex
diff --git a/PKGBUILD b/PKGBUILD
index 14d1f38e667f..2e30991216b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@ pkgver=1.5.0
pkgrel=1
pkgdesc="Small latex plugin for pidgin"
arch=(i686 x86_64)
-url=http://sourceforge.net/projects/pidgin-latex/
+url=https://sourceforge.net/projects/pidgin-latex/
license=(GPL)
depends=(pidgin texlive-core)
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/$pkgname/${pkgname}_$pkgver.tar.gz)
sha256sums=('5885666363867630de3dcb426420b07f9efd2467f562127d3998cc190c939d3a')
build() {