From 574636ef414bf55361130d1c75db87ca0a4e026e Mon Sep 17 00:00:00 2001 From: Jeyers Development Date: Mon, 1 Sep 2025 15:57:57 -0400 Subject: [PATCH] Fix --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a6c4b83f6839..76f7d40dc7e5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = alescript pkgdesc = A programming language targeted for building console applications. pkgver = 1.1 - pkgrel = 8 + pkgrel = 1 url = https://jd.pnc3.net/software/alescript arch = x86_64 license = Apache-2.0 diff --git a/PKGBUILD b/PKGBUILD index cd8b1f426508..393a8a86fb0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jacob Meyers pkgname=alescript pkgver=1.1 -pkgrel=8 +pkgrel=1 pkgdesc="A programming language targeted for building console applications." arch=('x86_64') url="https://jd.pnc3.net/software/alescript"