| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 7a7b351cb54ea847cf4c673d183bce31a97b5adf |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Mar 24 10:50:32 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | PKGBUILD | 4 ---- |
8 | usr/share/licenses/{ => shell-headers}/LICENSE | 0 |
9 | 2 files changed, 4 deletions(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index 086f03f..a39242a 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -12,10 +12,6 @@ makedepends=(git) |
16 | source=("git+$url.git") |
17 | sha256sums=('SKIP') |
18 | |
19 | -pkgver() { |
20 | - printf "1.0.r$(git rev-list --count HEAD)" |
21 | -} |
22 | - |
23 | package() { |
24 | cd "${pkgname}" |
25 | install -Dm775 usr/bin/* -g wheel -o ${USER} -t "${pkgdir}/usr/bin/" |
26 | diff --git a/usr/share/licenses/LICENSE b/usr/share/licenses/shell-headers/LICENSE |
27 | similarity index 100% |
28 | rename from usr/share/licenses/LICENSE |
29 | rename to usr/share/licenses/shell-headers/LICENSE |