summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2019-07-12 17:20:58 +0200
committerFabioLolix2019-07-12 17:20:58 +0200
commit5ff91dfca38fb65a395285e751a2cc61ec83a28f (patch)
tree048941bbeac5aa9a9e7420f6e6835f1ffceb1f4e /PKGBUILD
parent4431480e91ce34801861dd80b1087697ae6a2565 (diff)
downloadaur-5ff91dfca38fb65a395285e751a2cc61ec83a28f.tar.gz
v0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16f5ed904ed8..f4a1446ec5e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
# Contributor: Moritz Schönherr
pkgname=mdbook-bin
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
url="https://github.com/rust-lang-nursery/mdBook"
-arch=(x86_64 i686)
+arch=(x86_64)
license=(MPL2)
provides=(mdbook)
conflicts=(mdbook)
source_x86_64=("https://github.com/rust-lang-nursery/mdBook/releases/download/v${pkgver}/mdBook-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-source_i686=("https://github.com/rust-lang-nursery/mdBook/releases/download/v${pkgver}/mdBook-v${pkgver}-i686-unknown-linux-gnu.tar.gz")
-md5sums_x86_64=('abb927ab28b0605564c50e2bc006c9f3')
-md5sums_i686=('292a85ed9d8460f92e60ca9c03bc1170')
+sha256sums_x86_64=('4f42e0581be10b89c65007a48e4dab1f0070643498f070ea9cbd67ee92ac906e')
package() {
install -D mdbook "${pkgdir}/usr/bin/mdbook"