From 769ca5ecaa14eb30281dc25b11387b1fd6a97ed0 Mon Sep 17 00:00:00 2001 From: Jeyers Development Date: Mon, 1 Sep 2025 15:07:01 -0400 Subject: [PATCH] Fix SHA256 for paru build --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 276a3f5b43c2..6970964ec13b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = alescript pkgdesc = A programming language targeted for building console applications. pkgver = 1.0 - pkgrel = 3 + pkgrel = 4 url = https://jd.pnc3.net/software/alescript arch = x86_64 license = Apache-2.0 diff --git a/PKGBUILD b/PKGBUILD index 392ebe5c0ecd..74eeb4b9ad73 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jacob Meyers pkgname=alescript pkgver=1.0 -pkgrel=3 +pkgrel=4 pkgdesc="A programming language targeted for building console applications." arch=('x86_64') url="https://jd.pnc3.net/software/alescript"