From bf4d4b5b1e763bfe4cc90d4309e7f7920640d32a Mon Sep 17 00:00:00 2001 From: talesam Date: Fri, 6 Mar 2026 15:49:07 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Correction=20in=20PKGBUIL?= =?UTF-8?q?D=20for=20new=20version=20format.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgbuild/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index ad16e237..98e88c67 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -17,8 +17,9 @@ depends=( #conflicts=('') #provides=('') #replaces=('') -pkgver=$(date +%Y%m%d) +pkgver=$(date +%y.%m.%d) pkgrel=$(date +%H%M) +epoch=1 arch=('any') license=('GPL') url="https://github.com/biglinux/${pkgname}"