From 563e056bf8c10453ddd09173336c47b9f7762bc3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 22 Dec 2018 06:26:37 -0200 Subject: [PATCH] zola: update to 0.5.1. --- srcpkgs/zola/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template index 68b28d90f6..88c46302c3 100644 --- a/srcpkgs/zola/template +++ b/srcpkgs/zola/template @@ -1,6 +1,6 @@ # Template file for 'zola' pkgname=zola -version=0.5.0 +version=0.5.1 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -11,10 +11,10 @@ license="MIT" homepage="https://github.com/getzola/zola" changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md" distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz" -checksum=718aaec6e0db6c0e6fb310d8a1ef3978f41a173e39b1c2515ca7365690b09cff +checksum=d4fa5e70a8da2d2b544147508e8d44a081f19c7d6c002c32ee9661c7873d3c7c case "$XBPS_TARGET_MACHINE" in - aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;; + aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951" ;; esac post_install() { @@ -24,7 +24,10 @@ post_install() { } gutenberg_package() { - depends="zola" + noarch=yes + depends="zola-${version}_${revision}" short_desc="Transition package for Zola" - build_style=meta + pkg_install() { + vmove usr/bin/gutenberg + } }