From 053518b1636dc487f8947ca8ad489cbef4e3ae44 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 14 Mar 2025 12:07:06 -0400 Subject: [PATCH] update: fix source name --- app-misc/neofetch-7.1.1.PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/neofetch-7.1.1.PKGBUILD b/app-misc/neofetch-7.1.1.PKGBUILD index f6d9e84..ab09988 100644 --- a/app-misc/neofetch-7.1.1.PKGBUILD +++ b/app-misc/neofetch-7.1.1.PKGBUILD @@ -4,7 +4,7 @@ pkgdesc="A CLI system information tool written in BASH that supports displaying arch=('any') homepage="https://gitea.phywyj.dynv6.net/wyj/neofetch" license=('MIT') -sources=("${pkgver}.tar.gz") +sources=("${pkgname}-${pkgver}.tar.gz") urls=("https://gitea.phywyj.dynv6.net/wyj/neofetch/archive/${pkgver}.tar.gz") md5sums=("421b7dc986ffb23bd8b0d74bcf20325b")