mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 10:25:30 +01:00
Fix case sensitivity in source checkout
This commit is contained in:
parent
08f2763807
commit
1df83df71d
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue