upadte models

This commit is contained in:
2024-03-28 02:25:02 +01:00
parent 0b76b27887
commit 905ebb3719
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ url="https://github.com/${_githubuser}/${_githubrepo}"
#install="${pkgname}.install"
#provides=()
#backup=()
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
source=("${_githubrepo}-${pkgrel}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
sha256sums=('SKIP')
build() {