summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Maersk2024-01-15 17:20:33 +0200
committerNoel Maersk2024-01-15 17:20:33 +0200
commita1dfda9970279dd588e2cc434a80ef9897831a4f (patch)
tree6ac222fe1845f818dddaa2365c478bdd3f0ac39c
parent903417870f6bb4e86105bbdc531830ca609f4c7d (diff)
downloadaur-a1dfda9970279dd588e2cc434a80ef9897831a4f.tar.gz
Update URLs to use HTTPS instead of http:// or git://.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 036425141ff3..b97572f0d8fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Contributor: Nils <mail n-sch de>
pkgname=emacs-markdown-mode-git
-pkgver=2.1.r114.gf3928b7
+pkgver=2.4.r330.ge096bb9
pkgrel=1
pkgdesc='Emacs markdown-mode'
arch=('i686' 'x86_64')
-url='http://jblevins.org/projects/markdown-mode/'
+url='https://jblevins.org/projects/markdown-mode/'
license=('GPL')
makedepends=('git')
depends=('emacs')
install=${pkgname}.install
provides=('emacs-markdown-mode')
conflicts=('emacs-markdown-mode')
-source=("$pkgname"::'git://github.com/jrblevin/markdown-mode.git')
+source=("$pkgname"::'git+https://github.com/jrblevin/markdown-mode.git')
md5sums=('SKIP')
pkgver() {