From 7e5b10e01e9cd431f30b1c6841e50350062ba46d Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 23 Apr 2025 12:31:19 +0200 Subject: [PATCH] Bump pkgrel --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fcdfcfc..714714b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=helloworld pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Prints hello world" arch=('any') url="https://gitea.seeseepuff.be/archlinux/helloworld"