fix: update sha256sums and add .gitignore for build artifacts
This commit is contained in:
parent
8ba3a63436
commit
863d0caaf4
2 changed files with 20 additions and 1 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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
|
||||||
|
*~
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ license=('GPL3')
|
||||||
depends=('refind')
|
depends=('refind')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::$url/refind/archive/${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::$url/refind/archive/${pkgver}.tar.gz")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('0aa49f053520d359aa4cb5af3eb7c494177a6da33520e99dd20988cab04d4c5e')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _srcdir
|
local _srcdir
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue