1
0
forked from blue/lmdbal

A fix for CI hopefully

This commit is contained in:
Blue 2024-10-28 14:14:39 +02:00
parent 4fd3799c19
commit 75aafd2750
Signed by untrusted user: blue
GPG Key ID: 9B203B252A63EE38

View File

@ -69,7 +69,6 @@ jobs:
sed -i "/pkgver=1.0.0/c\pkgver=(${{ inputs.version }})" PKGBUILD
sed -i "/pkgdesc=\"LMDB Abstraction Layer\"/c\pkgdesc=(\"${{ inputs.description }}\")" PKGBUILD
sed -i "/depends=( 'lmdb' )/c\depends=( 'lmdb' ${{ inputs.depends }} ))" PKGBUILD
# sed -i "/pkgname=lmdbal/c\pkgname=('${{ gitea.event.release.tag_name }}')" PKGBUILD
sudo -u build makepkg --printsrcinfo > .SRCINFO
- name: Commit package to aur