Updating some packaging

This commit is contained in:
2021-11-12 13:42:07 -06:00
parent 5b8c8d34e7
commit d7b5fcf3b9
3 changed files with 13 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ pkgrel() {
echo $(( `git log "$(git describe --tag --abbrev=0)"..HEAD | grep -c commit` + 1 ))
}
epoch="$(git log | grep -c commit)"
pkgdesc="$(head -n 1 README)"
pkgdesc="$(head -n 1 README.md)"
arch=("x86_64")
url="https://aninix.net/foundation/${pkgname}"
license=('custom')