From 7b76d49314c52ef6e795481f11f583f5f6b99a4b Mon Sep 17 00:00:00 2001 From: Xarth-Mai Date: Thu, 17 Jul 2025 01:35:59 +0800 Subject: [PATCH] fix: CRLF -> LF --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d6aaa4bb2857..7a7352b35ba9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = homepage pkgdesc = A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. pkgver = 1.4.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/gethomepage/homepage arch = any license = GPL-3.0-only diff --git a/PKGBUILD b/PKGBUILD index 9752308c52f1..12a3e4869d42 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=homepage pkgver=1.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations." arch=('any') url="https://github.com/gethomepage/homepage"