mirror of
https://github.com/endeavouros-team/PKGBUILDS.git
synced 2026-07-29 05:35:23 +00:00
[eos-settings-cosmic] fix git handling
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user