fix package name again in archlinux-bin

This commit is contained in:
Abraham Toriz 2022-11-26 19:26:40 -06:00
parent a8990533bc
commit 4d1e3537df
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ deploy:arch-git:
- mv PKGBUILD tiempo-bin/
- mv .SRCINFO tiempo-bin/
# and commit
- cd tiempo-bin
- cd tiempo-git
- git add .
- git commit -m "Release version $VERSION"
- git push

View File

@ -24,7 +24,7 @@ depends=()
optdepends=('sqlite: for manually editing the database')
provides=('$PROJECT_NAME')
conflicts=('$PROJECT_NAME')
source=(\"https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/$CI_COMMIT_TAG/$CI_COMMIT_TAG/$PROJECT_NAME-\${pkgver}-x86_64.tar.gz\")
source=(\"https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/$CI_COMMIT_TAG/$CI_COMMIT_TAG/$PROJECT_NAME-v\${pkgver}-x86_64.tar.gz\")
sha256sums=('$SUM')
package() {