testing/cmark: fix library homepage URL

This commit is contained in:
Peter Kokot 2018-04-11 12:01:55 +02:00 committed by Roberto Oliveira
parent ba9e57715b
commit e3c5e336dc

View File

@ -1,14 +1,14 @@
# Maintainer: Marian <m.buschsieweke@uni-muenster.de> # Maintainer: Marian <m.buschsieweke@uni-muenster.de>
pkgname=cmark pkgname=cmark
pkgver=0.28.3 pkgver=0.28.3
pkgrel=1 pkgrel=2
pkgdesc="C reference implementation of CommonMark, a rationalized Markdown spec" pkgdesc="C reference implementation of CommonMark, a rationalized Markdown spec"
url="https://github.com/jgm/cmark" url="https://github.com/commonmark/cmark"
arch="all" arch="all"
license="BSD" license="BSD"
makedepends="re2c cmake" makedepends="re2c cmake"
subpackages="$pkgname-doc" 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" builddir="$srcdir/$pkgname-$pkgver"