[arch-commits] Commit in mdbook/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Jan 15 11:11:00 UTC 2021


    Date: Friday, January 15, 2021 @ 11:11:00
  Author: jelle
Revision: 820999

archrelease: copy trunk to community-x86_64

Added:
  mdbook/repos/community-x86_64/PKGBUILD
    (from rev 820998, mdbook/trunk/PKGBUILD)
Deleted:
  mdbook/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-15 11:10:55 UTC (rev 820998)
+++ PKGBUILD	2021-01-15 11:11:00 UTC (rev 820999)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Fabio 'Lolix' Loli <fabio.loli at disroot.org> -> https://github.com/FabioLolix
-# Contributor: Moritz Schönherr <moritz.schoenherr at gmail.com>
-
-pkgname=mdbook
-pkgver=0.4.5
-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)
-license=(MPL2)
-depends=(glibc)
-makedepends=(rust cargo)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v${pkgver}.tar.gz")
-sha256sums=('79fd98bddab8611cae9071aeb327edfcc67b4e449d5653d41d2ee5b04bee3afc')
-# https://github.com/rust-lang-nursery/mdBook/blob/master/CHANGELOG.md
-
-build() {
-  cd "mdBook-${pkgver}"
-  cargo build --release
-}
-
-check() {
-  cd "mdBook-${pkgver}"
-  cargo test
-}
-
-package() {
-  cd "mdBook-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: mdbook/repos/community-x86_64/PKGBUILD (from rev 820998, mdbook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-15 11:11:00 UTC (rev 820999)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Fabio 'Lolix' Loli <fabio.loli at disroot.org> -> https://github.com/FabioLolix
+# Contributor: Moritz Schönherr <moritz.schoenherr at gmail.com>
+
+pkgname=mdbook
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
+url="https://github.com/rust-lang/mdBook"
+arch=(x86_64)
+license=(MPL2)
+depends=(glibc)
+makedepends=(rust cargo)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz")
+sha256sums=('a0a8f8e65030370cec8f5114ccb57334c9f2b7153dc51677e12dc74632d3ed23')
+# https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
+
+build() {
+  cd "mdBook-${pkgver}"
+  cargo build --release
+}
+
+check() {
+  cd "mdBook-${pkgver}"
+  cargo test
+}
+
+package() {
+  cd "mdBook-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}



More information about the arch-commits mailing list