aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/cmark/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cmark/APKBUILD b/testing/cmark/APKBUILD
index c52c6edad4..1ce297fc0c 100644
--- a/testing/cmark/APKBUILD
+++ b/testing/cmark/APKBUILD
@@ -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"