concise-installer


Logs | Files | GitLab


1
commit 8b57d93c6ed77e845f1b4df59d4f6a19aa0f45a5
2
Author: Connor Etherington <[email protected]>
3
Date:   Thu Apr 11 22:46:08 2024 +0200
4
5
    Auto-Commit Update 11.04.2024 - 22:46:08
6
---
7
 PKGBUILD | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index 42f8433..3e549f8 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -13,7 +13,7 @@ makedepends=('git')
15
 depends=('libx11')
16
 provides=("${pkgname}")
17
 options=(!strip !emptydirs)
18
-source=(${pkgname}::"git+https://gitlab.com/a4to/${pkgname}.git")
19
+source=(${_pkgname}::"git+https://gitlab.com/a4to/${pkgname}.git")
20
 sha256sums=('SKIP')
21
 
22
 build() {