diff --git a/models/custom/files/PKGBUILD b/models/custom/files/PKGBUILD index fbc2889..3d60cb8 100644 --- a/models/custom/files/PKGBUILD +++ b/models/custom/files/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL3') #depends=() #makedepends=() #optdepends=() -#source=("${pkgname}::git+https://url.git") +#source=("${pkgname}-${pkgrel}.tar.gz::git+https://url.git") #md5sums=('SKIP') #backup=() diff --git a/models/gitea-tag/files/PKGBUILD b/models/gitea-tag/files/PKGBUILD index 2ac520a..5a8ddf5 100644 --- a/models/gitea-tag/files/PKGBUILD +++ b/models/gitea-tag/files/PKGBUILD @@ -18,7 +18,7 @@ url="${_giteaurl}/${_giteauser}/${_gitearepo}" #install="${pkgname}.install" #provides=() #backup=() -source=("${_gitearepo}::${_giteaurl}/${_giteauser}/${_gitearepo}/archive/${_pkgtagname}.tar.gz") +source=("${_gitearepo}-${pkgrel}.tar.gz::${_giteaurl}/${_giteauser}/${_gitearepo}/archive/${_pkgtagname}.tar.gz") sha256sums=('SKIP') build() { diff --git a/models/github-release/files/PKGBUILD b/models/github-release/files/PKGBUILD index 5b87d34..20763b0 100644 --- a/models/github-release/files/PKGBUILD +++ b/models/github-release/files/PKGBUILD @@ -17,8 +17,8 @@ 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}::https://github.com/${_githubuser}/${_githubrepo}/releases/download/v${pkgver}/${_githubrepo}-${pkgver}.tar.gz") +#source=("${_githubrepo}-${pkgrel}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz") +#source=("${_githubrepo}-${pkgrel}.tar.gz::https://github.com/${_githubuser}/${_githubrepo}/releases/download/v${pkgver}/${_githubrepo}-${pkgver}.tar.gz") sha256sums=('SKIP') build() { diff --git a/models/github-tag/files/PKGBUILD b/models/github-tag/files/PKGBUILD index 87e6764..f63bf7d 100644 --- a/models/github-tag/files/PKGBUILD +++ b/models/github-tag/files/PKGBUILD @@ -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() { diff --git a/models/manual/files/PKGBUILD b/models/manual/files/PKGBUILD index fbc2889..b200cdb 100644 --- a/models/manual/files/PKGBUILD +++ b/models/manual/files/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL3') #depends=() #makedepends=() #optdepends=() -#source=("${pkgname}::git+https://url.git") +#source=("${pkgname}-${pkgrel}::git+https://url.git") #md5sums=('SKIP') #backup=()