From 864f732dcec772fca818929bf312db8733b00e1e Mon Sep 17 00:00:00 2001 From: Luis Manuel <32717016+GearFox98@users.noreply.github.com> Date: Fri, 7 Mar 2025 22:30:43 -0500 Subject: [PATCH] Redesigned the demo project and added Bootstrap offline mode, convenient for developing in places with an unstable connection. --- .SRCINFO | 5 +++-- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 68157fdd38034..af5f6e77dabfa 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = static-git - pkgdesc = "A static HTML site generator inspired by React" + pkgdesc = A static HTML site generator inspired by React pkgver = 1.0 pkgrel = 2 epoch = 0 @@ -8,6 +8,7 @@ pkgbase = static-git license = MIT provides = static-init conflicts = static-init - source= git+https://github.com/GearFox98/static.git#branch=master + source = git+https://github.com/GearFox98/static.git#branch=master + sha256sums = SKIP pkgname = static-git diff --git a/PKGBUILD b/PKGBUILD index e533d2d4dd3f5..7a649aa17cfbc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luis Manuel Rivero pkgname=static-git pkgver=1.0 -pkgrel=2 +pkgrel=3 epoch=0 pkgdesc="A static HTML site generator inspired by React" arch=('any')