summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXDR2024-04-08 20:52:13 -0500
committerXDR2024-04-08 20:52:13 -0500
commit1770491f20f4f38a7e3d7a915c666b83289da158 (patch)
treeb23668a474216ac12100d5795973828fc3e0ceba
parent83b87accb8e4a9cf1c647ae25b3b12feb0b8cd37 (diff)
downloadaur-1770491f20f4f38a7e3d7a915c666b83289da158.tar.gz
Fixed 'cannot stat LICENSE' problem
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 929fe5a8bf7b..c9a3fbd13057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = xfetch-bin
license = MIT
conflicts = xfetch
source = https://gitlab.com/XDRwastaken/archived/-/raw/main/xFetch/xfetch_2.1.2.tar.gz
- source = https://gitlab.com/XDRwastaken/xFetch/-/raw/main/LICENSE?ref_type=heads
+ source = https://gitlab.com/XDRwastaken/xFetch/-/raw/main/LICENSE
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 08e12f4fd1f9..1295648f3a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
source=(
"https://gitlab.com/XDRwastaken/archived/-/raw/main/xFetch/xfetch_2.1.2.tar.gz"
- "https://gitlab.com/XDRwastaken/xFetch/-/raw/main/LICENSE?ref_type=heads"
+ "https://gitlab.com/XDRwastaken/xFetch/-/raw/main/LICENSE"
)
sha256sums=(
'SKIP'