From 6fdb3898cc34913d4b17b364452768bc01eb586a Mon Sep 17 00:00:00 2001 From: Luis Manuel <32717016+GearFox98@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:43:12 -0400 Subject: [PATCH] Updated Static. Implemented a development server with rebuild capacity, created a modules subfolder in skel containig extra modules to keep the root of the project clean enough --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3900d4103b8fa..34d3920e9aed6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = static-git pkgdesc = A static HTML site generator inspired by React pkgver = 1.0 - pkgrel = 3 + pkgrel = 4 epoch = 0 arch = any url = https://github.com/GearFox98/static.git diff --git a/PKGBUILD b/PKGBUILD index 7a649aa17cfbc..eb31b3b11f4ed 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luis Manuel Rivero pkgname=static-git pkgver=1.0 -pkgrel=3 +pkgrel=4 epoch=0 pkgdesc="A static HTML site generator inspired by React" arch=('any')