aboutsummaryrefslogtreecommitdiffstats
path: root/community/cmark
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-10 15:27:01 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-10 15:27:01 +0100
commit8f130f8623ec7e6095180238ca6e82f7d688fa02 (patch)
tree506d53d95c56123f88c1a7bed6b9c062b75530bd /community/cmark
parentf8361f7c9603baf44f50522add1c3817e1ffa56f (diff)
downloadaports-8f130f8623ec7e6095180238ca6e82f7d688fa02.tar.bz2
aports-8f130f8623ec7e6095180238ca6e82f7d688fa02.tar.xz
community/cmark: orphan
Diffstat (limited to 'community/cmark')
-rw-r--r--community/cmark/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cmark/APKBUILD b/community/cmark/APKBUILD
index e8e947b70f..3adbc3b7ea 100644
--- a/community/cmark/APKBUILD
+++ b/community/cmark/APKBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
+# Maintainer:
pkgname=cmark
pkgver=0.29.0
pkgrel=0
@@ -8,7 +8,7 @@ arch="all"
license="BSD-2-Clause"
makedepends="cmake re2c"
subpackages="$pkgname-doc $pkgname-static $pkgname-dev lib$pkgname:libs"
-source="$pkgname-$pkgver.tar.gz::https://github.com/commonmark/$pkgname/archive/$pkgver.tar.gz"
+source="cmark-$pkgver.tar.gz::https://github.com/commonmark/cmark/archive/$pkgver.tar.gz"
build() {
mkdir -p "$builddir"/build