summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author???2018-09-07 20:43:36 +0100
committer???2018-09-07 20:43:36 +0100
commit6012f180ca1f4ac84e508ab0dea9f22b1b19faee (patch)
tree2c8f8cc6e0dbac1ffd2252c5533e55926231979b
parent3c692e209b0ea556d5f3f7765962cc5ed19187e9 (diff)
downloadaur-6012f180ca1f4ac84e508ab0dea9f22b1b19faee.tar.gz
Use HTTPS links instead.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cec1e393114..17d0a850d936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mandoc
pkgdesc = A suite of tools compiling mdoc from the OpenBSD project
pkgver = 1.14.4
- pkgrel = 1
- url = http://mdocml.bsd.lv/
+ pkgrel = 2
+ url = https://mdocml.bsd.lv/
arch = i686
arch = x86_64
license = custom: ISC
depends = zlib
provides = man
conflicts = man
- source = http://mdocml.bsd.lv/snapshots/mandoc-1.14.4.tar.gz
+ source = https://mdocml.bsd.lv/snapshots/mandoc-1.14.4.tar.gz
source = configure.local
source = mandoc.service
source = mandoc.timer
diff --git a/PKGBUILD b/PKGBUILD
index 5d0cb2fe02e4..1961ed8b4bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=mandoc
pkgver=1.14.4
-pkgrel=1
+pkgrel=2
pkgdesc='A suite of tools compiling mdoc from the OpenBSD project'
arch=('i686' 'x86_64')
-url='http://mdocml.bsd.lv/'
+url='https://mdocml.bsd.lv/'
license=('custom: ISC')
depends=('zlib')
provides=('man')
conflicts=('man')
-source=("http://mdocml.bsd.lv/snapshots/$pkgname-$pkgver.tar.gz"
+source=("https://mdocml.bsd.lv/snapshots/$pkgname-$pkgver.tar.gz"
'configure.local'
'mandoc.service'
'mandoc.timer')