Updating standards

This commit is contained in:
2022-08-29 00:10:10 -05:00
parent f7049cdd15
commit 334a900c95
6 changed files with 66 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ pkgrel() {
git log "$(git describe --tag --abbrev=0)"..HEAD | grep -c commit
}
epoch=
pkgdesc="$(head -n 1 README)"
pkgdesc="$(head -n 1 README.md)"
arch=("x86_64")
url="https://aninix.net/foundation/${pkgname}"
license=('custom')
@@ -16,7 +16,7 @@ checkdepends=()
optdepends=()
provides=("${pkgname}")
conflicts=()
replaces=()
replaces=("${pkgname,,}","aninix-${pkgname,,}")
backup=()
options=()
install=