summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65a4cfd405f4..d21fce388e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = mandoc-noconflict
pkgdesc = A suite of tools compiling mdoc from the OpenBSD project - does not conflict with man-db
pkgver = 1.14.6
pkgrel = 1
- url = https://mdocml.bsd.lv/
+ url = https://mandoc.bsd.lv
arch = x86_64
license = ISC
depends = zlib
provides = mandoc
conflicts = mandoc
- source = https://mdocml.bsd.lv//snapshots/mandoc-1.14.6.tar.gz
+ source = https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz
source = configure.local
source = mandoc.service
source = mandoc.timer
diff --git a/PKGBUILD b/PKGBUILD
index 5108bde4241f..f83184fb960c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.14.6
pkgrel=1
pkgdesc='A suite of tools compiling mdoc from the OpenBSD project - does not conflict with man-db'
arch=('x86_64')
-url='https://mdocml.bsd.lv/'
+url='https://mandoc.bsd.lv'
license=('ISC')
depends=('zlib')
provides=('mandoc')