Fix case sensitivity in source checkout

This commit is contained in:
Kosa Matyas 2026-01-07 21:34:55 +02:00
parent 08f2763807
commit 1df83df71d
No known key found for this signature in database
GPG key ID: F2CB939C8AA67892
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ pkgbase = hyprkcs-git
depends = gcc-libs
provides = hyprkcs
conflicts = hyprkcs
source = git+https://github.com/kosa12/hyprKCS.git
source = hyprkcs::git+https://github.com/kosa12/hyprKCS.git
sha256sums = SKIP
pkgname = hyprkcs-git

View file

@ -10,7 +10,7 @@ depends=('gtk4' 'libadwaita' 'glibc' 'gcc-libs')
makedepends=('cargo' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+$url.git")
source=("${pkgname%-git}::git+$url.git")
sha256sums=('SKIP')
pkgver() {