aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mdbook
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-11 20:16:56 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-11 20:33:17 -0300
commitdfc89e7360b5176c106e0814623fd8ced887d045 (patch)
tree5a517ae7bd5d6104f6e4c686508cfd6f325c0ebe /testing/mdbook
parentfc507ea75f8591715d6560a9343fd9f8ce13ae15 (diff)
downloadaports-dfc89e7360b5176c106e0814623fd8ced887d045.tar.bz2
aports-dfc89e7360b5176c106e0814623fd8ced887d045.tar.xz
testing/mdbook: fix url=
Diffstat (limited to 'testing/mdbook')
-rw-r--r--testing/mdbook/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/mdbook/APKBUILD b/testing/mdbook/APKBUILD
index 4b19c28d0d..2af669d587 100644
--- a/testing/mdbook/APKBUILD
+++ b/testing/mdbook/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=mdbook
pkgver=0.3.5
-pkgrel=0
+pkgrel=1
pkgdesc="mdBook is a utility to create modern online books from Markdown files"
-url="https://rust-lang-nursery.github.io/mdBook"
-arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by cargo
+url="https://rust-lang.github.io/mdBook/"
+arch="all !s390x" # limited by cargo
license="MPL-2.0"
makedepends="rust cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v$pkgver.tar.gz"