summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2021-05-27 20:15:06 +0700
committerkhai96_2021-05-27 20:15:06 +0700
commita240d95f0e30d566cdbff4190c8033c68d659cf3 (patch)
tree4fc240a5bdbbf29700f1b1bd0d67fd61bc83aef5
parent4f4f3cafa606bc0eabb3f260b80775efcca1e7cd (diff)
downloadaur-a240d95f0e30d566cdbff4190c8033c68d659cf3.tar.gz
Fix source of LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7257ff38b375..68203068aba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = parallel-disk-usage-bin
source = completion.0.0.0.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.fish
source = completion.0.0.0.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.zsh
source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/README.md
- source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/LICENSE.md
+ source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/LICENSE
sha1sums = 52805c052bae449185de7210aab9f264ea01703e
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b50a2ed9be7d..4dcdbf24234a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=parallel-disk-usage-bin
pkgver=0.0.0
-source=(pdu-52805c052bae449185de7210aab9f264ea01703e::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/parallel-disk-usage-x86_64-unknown-linux-gnu completion.0.0.0.bash::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.bash completion.0.0.0.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.fish completion.0.0.0.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.zsh https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/README.md https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/LICENSE.md)
+source=(pdu-52805c052bae449185de7210aab9f264ea01703e::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/parallel-disk-usage-x86_64-unknown-linux-gnu completion.0.0.0.bash::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.bash completion.0.0.0.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.fish completion.0.0.0.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.0.0/completion.zsh https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/README.md https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.0.0/LICENSE)
_checksum=52805c052bae449185de7210aab9f264ea01703e
_completion_checksums=(SKIP SKIP SKIP)
# This PKGBUILD is not a full PKGBUILD
@@ -31,4 +31,3 @@ package() {
install -Dm644 "completion.$pkgver.fish" "$pkgdir/usr/share/fish/completions/pdu.fish"
install -Dm644 "completion.$pkgver.zsh" "$pkgdir/usr/share/zsh/site-functions/_pdu"
}
-