| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 0a0f7233633a43276c74d1557b75c005d680ac19 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Apr 13 11:38:55 2024 +0200 |
4 | |
5 | Auto-Commit Update 13.04.2024 - 11:38:55 |
6 | --- |
7 | PKGBUILD | 1 + |
8 | 1 file changed, 1 insertion(+) |
9 | |
10 | diff --git a/PKGBUILD b/PKGBUILD |
11 | index a5d18a3..85f5659 100644 |
12 | --- a/PKGBUILD |
13 | +++ b/PKGBUILD |
14 | @@ -12,6 +12,7 @@ depends=('libx11') |
15 | provides=("${pkgname}") |
16 | options=(!strip !emptydirs) |
17 | source=("git+https://gitlab.com/a4to/${pkgname}.git") |
18 | +sha256sums=('SKIP') |
19 | |
20 | package() { |
21 | |