[eos-settings-cosmic] fix git handling

This commit is contained in:
killajoe
2026-06-21 01:00:43 +02:00
parent 454650e6be
commit 2ff26b76aa
+1 -1
View File
@@ -9,7 +9,7 @@ url="https://github.com/endeavouros-team/${pkgname}"
license=('GPL-3.0-or-later')
depends=('endeavouros-branding' 'git')
# Clones directly from the remote GitHub repository using the master branch
source=("${pkgname}::git+${url}.git#branch=master")
source=("${pkgname}::git+${url}.git#branch=main")
sha256sums=('SKIP')
package() {