This commit is contained in:
Roberto Alsina 2026-01-27 12:41:40 -03:00
parent 4511fbea4d
commit fbcfe92fa1
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: Roberto Alsina <ralsina@kde.org>
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() {