mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/cmark: fix library homepage URL
This commit is contained in:
parent
ba9e57715b
commit
e3c5e336dc
@ -1,14 +1,14 @@
|
||||
# Maintainer: Marian <m.buschsieweke@uni-muenster.de>
|
||||
pkgname=cmark
|
||||
pkgver=0.28.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C reference implementation of CommonMark, a rationalized Markdown spec"
|
||||
url="https://github.com/jgm/cmark"
|
||||
url="https://github.com/commonmark/cmark"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
makedepends="re2c cmake"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/jgm/cmark/archive/${pkgver}.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/commonmark/cmark/archive/${pkgver}.tar.gz"
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user