mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
v0.15.0
This commit is contained in:
parent
4511fbea4d
commit
fbcfe92fa1
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue