fix: update sha256sums and add .gitignore for build artifacts

This commit is contained in:
Leonie Ain 2026-01-11 17:35:45 +01:00
parent 8ba3a63436
commit 863d0caaf4
2 changed files with 20 additions and 1 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# makepkg artifacts
pkg/
src/
*.pkg.tar.zst
*.pkg.tar.xz
*.pkg.tar.gz
# Source archives
*.tar.gz
*.tar.bz2
*.tar.xz
*.zip
# Log files
*.log
# Backup files
*.backup
*~

View file

@ -8,7 +8,7 @@ license=('GPL3')
depends=('refind')
makedepends=()
source=("${pkgname}-${pkgver}.tar.gz::$url/refind/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')
sha256sums=('0aa49f053520d359aa4cb5af3eb7c494177a6da33520e99dd20988cab04d4c5e')
package() {
local _srcdir