From fbcfe92fa1985a2f831c595e7f53ea2367c4c4af Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 27 Jan 2026 12:41:40 -0300 Subject: [PATCH] v0.15.0 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 05f58335e0f1..3d9aed1219c9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nicolino pkgdesc = A fast, modular static site generator written in Crystal - pkgver = 0.13.0 - pkgrel = 2 + pkgver = 0.15.0 + pkgrel = 1 url = https://github.com/ralsina/nicolino arch = x86_64 arch = aarch64 @@ -12,7 +12,7 @@ pkgbase = nicolino depends = pandoc depends = libvips depends = libyaml - source = nicolino-0.13.0::git+https://github.com/ralsina/nicolino.git#tag=v0.13.0 + source = nicolino-0.15.0::git+https://github.com/ralsina/nicolino.git#tag=v0.15.0 sha256sums = SKIP pkgname = nicolino diff --git a/PKGBUILD b/PKGBUILD index d8dfd84417fb..10facfec9d9f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Roberto Alsina pkgname=nicolino -pkgver=0.13.0 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 pkgdesc="A fast, modular static site generator written in Crystal" arch=("x86_64" "aarch64") url="https://github.com/ralsina/nicolino" @@ -13,7 +13,7 @@ sha256sums=("SKIP") build() { cd "$pkgname-$pkgver" - shards build --release --error-trace + shards build --release --error-trace -Dpreview_mt } package() {